]> granicus.if.org Git - postgresql/commitdiff
Fix typos.
authorRobert Haas <rhaas@postgresql.org>
Mon, 20 Oct 2014 14:33:16 +0000 (10:33 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 20 Oct 2014 14:33:16 +0000 (10:33 -0400)
David Rowley

src/backend/replication/walsender.c
src/bin/pg_basebackup/receivelog.c
src/interfaces/ecpg/pgtypeslib/timestamp.c

index 384c9b61ce1bfc13f4e60d417600ee343d8254e1..385d18ba1bbba13981e82c876d07e42460318624 100644 (file)
@@ -574,7 +574,7 @@ StartReplication(StartReplicationCmd *cmd)
                         * to find the requested WAL segment in pg_xlog.
                         *
                         * XXX: we could be more strict here and only allow a startpoint
-                        * that's older than the switchpoint, if it it's still in the same
+                        * that's older than the switchpoint, if it's still in the same
                         * WAL segment.
                         */
                        if (!XLogRecPtrIsInvalid(switchpoint) &&
index 89b22f20e2a3b373adeb24b26f32a60876125bc4..c6c90fb2ea376f598be95e021bc0f764ee7c2a77 100644 (file)
@@ -753,7 +753,7 @@ ReadEndOfStreamingResult(PGresult *res, XLogRecPtr *startpos, uint32 *timeline)
  * initiating streaming with the START_STREAMING command.
  *
  * If the COPY ends (not necessarily successfully) due a message from the
- * server, returns a PGresult and sets sets *stoppos to the last byte written.
+ * server, returns a PGresult and sets *stoppos to the last byte written.
  * On any other sort of error, returns NULL.
  */
 static PGresult *
index b0f9bf15219be5aabef57cf5fc6cd81ad9541fa1..cf1fed2c00bf345880d7be3008930cc1894500dd 100644 (file)
@@ -419,7 +419,7 @@ dttofmtasc_replace(timestamp * ts, date dDate, int dow, struct tm * tm,
                                        replace_val.str_val = months[tm->tm_mon];
                                        replace_type = PGTYPES_TYPE_STRING_CONSTANT;
                                        break;
-                                       /* the full name name of the month */
+                                       /* the full name of the month */
                                        /* XXX should be locale aware */
                                case 'B':
                                        replace_val.str_val = pgtypes_date_months[tm->tm_mon];