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
1d3b258c
Commit
1d3b258c
authored
Mar 18, 2014
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misc typos in comments.
parent
3ee4fcfc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/bin/pg_basebackup/pg_recvlogical.c
src/bin/pg_basebackup/pg_recvlogical.c
+3
-3
src/test/regress/expected/replica_identity.out
src/test/regress/expected/replica_identity.out
+1
-1
src/test/regress/sql/replica_identity.sql
src/test/regress/sql/replica_identity.sql
+1
-1
No files found.
src/bin/pg_basebackup/pg_recvlogical.c
View file @
1d3b258c
/*-------------------------------------------------------------------------
*
* pg_recvlogical.c - receive data from a logical decoding slot in a streaming
fashion
*
and write it to
to a local file.
* pg_recvlogical.c - receive data from a logical decoding slot in a streaming
*
fashion and write it
to a local file.
*
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
*
...
...
@@ -110,7 +110,7 @@ sendFeedback(PGconn *conn, int64 now, bool force, bool replyRequested)
int
len
=
0
;
/*
* we normally don't want to send superflous feedbacks, but if it's
* we normally don't want to send superfl
u
ous feedbacks, but if it's
* because of a timeout we need to, otherwise wal_sender_timeout will
* kill us.
*/
...
...
src/test/regress/expected/replica_identity.out
View file @
1d3b258c
...
...
@@ -34,7 +34,7 @@ SELECT relreplident FROM pg_class WHERE oid = 'pg_constraint'::regclass;
(1 row)
----
-- Make sure we detect inel
e
gible indexes
-- Make sure we detect inel
i
gible indexes
----
-- fail, not unique
ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_keyab;
...
...
src/test/regress/sql/replica_identity.sql
View file @
1d3b258c
...
...
@@ -23,7 +23,7 @@ SELECT relreplident FROM pg_class WHERE oid = 'pg_class'::regclass;
SELECT
relreplident
FROM
pg_class
WHERE
oid
=
'pg_constraint'
::
regclass
;
----
-- Make sure we detect inel
e
gible indexes
-- Make sure we detect inel
i
gible indexes
----
-- fail, not unique
...
...
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