mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Fix misc typos in comments.
This commit is contained in:
parent
3ee4fcfc63
commit
1d3b258cbe
@ -1,7 +1,7 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* 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 superfluous feedbacks, but if it's
|
||||
* because of a timeout we need to, otherwise wal_sender_timeout will
|
||||
* kill us.
|
||||
*/
|
||||
|
@ -34,7 +34,7 @@ SELECT relreplident FROM pg_class WHERE oid = 'pg_constraint'::regclass;
|
||||
(1 row)
|
||||
|
||||
----
|
||||
-- Make sure we detect inelegible indexes
|
||||
-- Make sure we detect ineligible indexes
|
||||
----
|
||||
-- fail, not unique
|
||||
ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_keyab;
|
||||
|
@ -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 inelegible indexes
|
||||
-- Make sure we detect ineligible indexes
|
||||
----
|
||||
|
||||
-- fail, not unique
|
||||
|
Loading…
x
Reference in New Issue
Block a user