Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
61cf7bcd
Commit
61cf7bcd
authored
14 years ago
by
Alvaro Herrera
Browse files
Options
Downloads
Patches
Plain Diff
Fix isolation tester Makefile so that it runs in a VPATH build
parent
01467d3e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/test/isolation/Makefile
+2
-2
2 additions, 2 deletions
src/test/isolation/Makefile
src/test/isolation/README
+1
-1
1 addition, 1 deletion
src/test/isolation/README
with
3 additions
and
3 deletions
src/test/isolation/Makefile
+
2
−
2
View file @
61cf7bcd
...
...
@@ -68,7 +68,7 @@ maintainer-clean: distclean
rm
-f
specparse.c specscanner.c
installcheck
:
all
./pg_isolation_regress
--schedule
=
$(
srcdir
)
/isolation_schedule
./pg_isolation_regress
--inputdir
=
$(
srcdir
)
--schedule
=
$(
srcdir
)
/isolation_schedule
check
:
all
./pg_isolation_regress
--temp-install
=
./tmp_check
--top-builddir
=
$(
top_builddir
)
--schedule
=
$(
srcdir
)
/isolation_schedule
./pg_isolation_regress
--temp-install
=
./tmp_check
--inputdir
=
$(
srcdir
)
--top-builddir
=
$(
top_builddir
)
--schedule
=
$(
srcdir
)
/isolation_schedule
This diff is collapsed.
Click to expand it.
src/test/isolation/README
+
1
−
1
View file @
61cf7bcd
...
...
@@ -26,7 +26,7 @@ Test specification
==================
Each isolation test is defined by a specification file, stored in the specs
subdirectory. A test specification consists of f
ive
parts, in this order:
subdirectory. A test specification consists of f
our
parts, in this order:
setup { <SQL> }
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment