Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
61cf7bcd
Commit
61cf7bcd
authored
Feb 10, 2011
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix isolation tester Makefile so that it runs in a VPATH build
parent
01467d3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/test/isolation/Makefile
src/test/isolation/Makefile
+2
-2
src/test/isolation/README
src/test/isolation/README
+1
-1
No files found.
src/test/isolation/Makefile
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
src/test/isolation/README
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> }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment