Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d3b258

Browse files
committed
Fix misc typos in comments.
1 parent3ee4fcf commit1d3b258

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎src/bin/pg_basebackup/pg_recvlogical.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* pg_recvlogical.c - receive data from a logical decoding slot in a streaming fashion
4-
* and write it to to a local file.
3+
* pg_recvlogical.c - receive data from a logical decoding slot in a streaming
4+
*fashionand write it to a local file.
55
*
66
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
77
*
@@ -110,7 +110,7 @@ sendFeedback(PGconn *conn, int64 now, bool force, bool replyRequested)
110110
intlen=0;
111111

112112
/*
113-
* we normally don't want to sendsuperflous feedbacks, but if it's
113+
* we normally don't want to sendsuperfluous feedbacks, but if it's
114114
* because of a timeout we need to, otherwise wal_sender_timeout will
115115
* kill us.
116116
*/

‎src/test/regress/expected/replica_identity.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SELECT relreplident FROM pg_class WHERE oid = 'pg_constraint'::regclass;
3434
(1 row)
3535

3636
----
37-
-- Make sure we detectinelegible indexes
37+
-- Make sure we detectineligible indexes
3838
----
3939
-- fail, not unique
4040
ALTER TABLE test_replica_identity REPLICA IDENTITY USING INDEX test_replica_identity_keyab;

‎src/test/regress/sql/replica_identity.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SELECT relreplident FROM pg_class WHERE oid = 'pg_class'::regclass;
2323
SELECT relreplidentFROM pg_classWHEREoid='pg_constraint'::regclass;
2424

2525
----
26-
-- Make sure we detectinelegible indexes
26+
-- Make sure we detectineligible indexes
2727
----
2828

2929
-- fail, not unique

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp