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
ca1d4eb7
Commit
ca1d4eb7
authored
Jun 25, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove forced CHECKPOINT in regression tests --- redundant now that
CREATE DATABASE does one internally.
parent
fbcbc5d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/test/regress/pg_regress.sh
src/test/regress/pg_regress.sh
+1
-5
No files found.
src/test/regress/pg_regress.sh
View file @
ca1d4eb7
#! /bin/sh
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.5
7 2005/06/21 04:02:34
tgl Exp $
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.5
8 2005/06/25 23:04:06
tgl Exp $
me
=
`
basename
$0
`
:
${
TMPDIR
=/tmp
}
...
...
@@ -535,9 +535,6 @@ fi
# Create the regression database
# We use template0 so that any installation-local cruft in template1
# will not mess up the tests.
# Note: the reason for checkpointing just after creating the new DB is so
# that if we get a backend core dump during the tests, WAL replay won't
# remove the core file.
# ----------
message
"creating database
\"
$dbname
\"
"
...
...
@@ -548,7 +545,6 @@ if [ $? -ne 0 ]; then
fi
"
$bindir
/psql"
-q
-X
$psql_options
-c
"
\
checkpoint;
alter database
\"
$dbname
\"
set lc_messages to 'C';
alter database
\"
$dbname
\"
set lc_monetary to 'C';
alter database
\"
$dbname
\"
set lc_numeric to 'C';
...
...
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