Remove stray mid-sentence tabs in comments
authorPeter Eisentraut <[email protected]>
Fri, 19 May 2023 13:57:38 +0000 (15:57 +0200)
committerPeter Eisentraut <[email protected]>
Fri, 19 May 2023 14:13:16 +0000 (16:13 +0200)
src/backend/executor/nodeIncrementalSort.c
src/backend/libpq/be-secure-openssl.c
src/backend/storage/smgr/smgr.c
src/backend/tsearch/ts_parse.c
src/include/common/jsonapi.h
src/include/port/win32_port.h
src/interfaces/ecpg/pgtypeslib/timestamp.c

index 12bc22f33c640b7ae7496234a25e86414463ca66..26ceafec5f825c1b15b9bb6f6e3f6f42e1da7aac 100644 (file)
@@ -69,7 +69,7 @@
  *     the entire result set is available.
  *
  *     The hybrid mode approach allows us to optimize for both very small
- *     groups (where the overhead of a new tuplesort is high) and very large
+ *     groups (where the overhead of a new tuplesort is high) and very large
  *     groups (where we can lower cost by not having to sort on already sorted
  *     columns), albeit at some extra cost while switching between modes.
  *
index 685aa2ed69da24a8ffb6d1c32f4dc57f79d02759..dc4153a2f2e5cdabad9be629e0a18a2b6aee5002 100644 (file)
@@ -1025,7 +1025,7 @@ load_dh_file(char *filename, bool isServerStart)
  *     Load hardcoded DH parameters.
  *
  *     If DH parameters cannot be loaded from a specified file, we can load
- *     the     hardcoded DH parameters supplied with the backend to prevent
+ *     the hardcoded DH parameters supplied with the backend to prevent
  *     problems.
  */
 static DH  *
index 8a11090944a3a0064b496070a7965a2fbdb0d214..f76c4605dbbe34168e25edaf80d06acd62088455 100644 (file)
@@ -540,7 +540,7 @@ smgrzeroextend(SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum,
  * smgrprefetch() -- Initiate asynchronous read of the specified block of a relation.
  *
  * In recovery only, this can return false to indicate that a file
- * doesn't     exist (presumably it has been dropped by a later WAL
+ * doesn't exist (presumably it has been dropped by a later WAL
  * record).
  */
 bool
index 25d98527786ab3f8989b908b2b3ba83f6846c64d..c347129009e628710b71df635f10955d8f218db7 100644 (file)
@@ -50,7 +50,7 @@ typedef struct
 
        /*
         * fields to store last variant to lexize (basically, thesaurus or similar
-        * to, which wants      several lexemes
+        * to, which wants several lexemes
         */
 
        ParsedLex  *lastRes;
index b583f45926188bfc3f2559746eacbdfc9890fc7b..4310084b2bdb659941c0efaf10e449040a9343d6 100644 (file)
@@ -126,7 +126,7 @@ typedef struct JsonSemAction
 /*
  * pg_parse_json will parse the string in the lex calling the
  * action functions in sem at the appropriate points. It is
- * up to them to keep what state they need     in semstate. If they
+ * up to them to keep what state they need in semstate. If they
  * need access to the state of the lexer, then its pointer
  * should be passed to them as a member of whatever semstate
  * points to. If the action pointers are NULL the parser
index 58965e0dfd7aa6d82c7ab15790fcd44c96c3ee76..b957d5c598149d806d2b3d46ef719b75c61f24ee 100644 (file)
  *                     https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55
  *
  *     The comprehensive exception list is included in ntstatus.h from the
- *     Windows Driver Kit (WDK).  A subset of the list is also included in
+ *     Windows Driver Kit (WDK).  A subset of the list is also included in
  *     winnt.h from the Windows SDK.  Defining WIN32_NO_STATUS before including
  *     windows.h helps to avoid any conflicts.
  *
index 54cc04addd248413a3cf2a2bc8f2aa82500aa516..6185fc18957d06166982413ca28e7333e1ad0587 100644 (file)
@@ -346,7 +346,7 @@ dttofmtasc_replace(timestamp * ts, date dDate, int dow, struct tm *tm,
                                        break;
 
                                        /*
-                                        * The  preferred  date  and  time      representation  for
+                                        * The preferred date and time representation for
                                         * the current locale.
                                         */
                                case 'c':