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
3d54c16c
Commit
3d54c16c
authored
Jan 03, 2017
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix hot standby tests for sequence catalog change
From: Kuntal Ghosh <kuntalghosh.2007@gmail.com>
parent
31c54096
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/test/regress/expected/hs_standby_allowed.out
src/test/regress/expected/hs_standby_allowed.out
+1
-1
src/test/regress/sql/hs_standby_allowed.sql
src/test/regress/sql/hs_standby_allowed.sql
+1
-1
No files found.
src/test/regress/expected/hs_standby_allowed.out
View file @
3d54c16c
...
@@ -26,7 +26,7 @@ COPY hs1 TO '/tmp/copy_test';
...
@@ -26,7 +26,7 @@ COPY hs1 TO '/tmp/copy_test';
\! cat /tmp/copy_test
\! cat /tmp/copy_test
1
1
-- Access sequence directly
-- Access sequence directly
select min_value as sequence_min_value from
hsseq
;
select min_value as sequence_min_value from
pg_sequences where sequencename = 'hsseq'
;
sequence_min_value
sequence_min_value
--------------------
--------------------
1
1
...
...
src/test/regress/sql/hs_standby_allowed.sql
View file @
3d54c16c
...
@@ -16,7 +16,7 @@ COPY hs1 TO '/tmp/copy_test';
...
@@ -16,7 +16,7 @@ COPY hs1 TO '/tmp/copy_test';
\
!
cat
/
tmp
/
copy_test
\
!
cat
/
tmp
/
copy_test
-- Access sequence directly
-- Access sequence directly
select
min_value
as
sequence_min_value
from
hsseq
;
select
min_value
as
sequence_min_value
from
pg_sequences
where
sequencename
=
'hsseq'
;
-- Transactions
-- Transactions
...
...
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