Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 803b4a2

Browse files
committed
Remove stray mid-sentence tabs in comments
1 parent 6ff33cd commit 803b4a2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/backend/executor/nodeIncrementalSort.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
* the entire result set is available.
7070
*
7171
* The hybrid mode approach allows us to optimize for both very small
72-
* groups (where the overhead of a new tuplesort is high) and very large
72+
* groups (where the overhead of a new tuplesort is high) and very large
7373
* groups (where we can lower cost by not having to sort on already sorted
7474
* columns), albeit at some extra cost while switching between modes.
7575
*

src/backend/libpq/be-secure-openssl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ load_dh_file(char *filename, bool isServerStart)
10251025
* Load hardcoded DH parameters.
10261026
*
10271027
* If DH parameters cannot be loaded from a specified file, we can load
1028-
* the hardcoded DH parameters supplied with the backend to prevent
1028+
* the hardcoded DH parameters supplied with the backend to prevent
10291029
* problems.
10301030
*/
10311031
static DH *

src/backend/storage/smgr/smgr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ smgrzeroextend(SMgrRelation reln, ForkNumber forknum, BlockNumber blocknum,
540540
* smgrprefetch() -- Initiate asynchronous read of the specified block of a relation.
541541
*
542542
* In recovery only, this can return false to indicate that a file
543-
* doesn't exist (presumably it has been dropped by a later WAL
543+
* doesn't exist (presumably it has been dropped by a later WAL
544544
* record).
545545
*/
546546
bool

src/backend/tsearch/ts_parse.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typedef struct
5050

5151
/*
5252
* fields to store last variant to lexize (basically, thesaurus or similar
53-
* to, which wants several lexemes
53+
* to, which wants several lexemes
5454
*/
5555

5656
ParsedLex *lastRes;

src/include/common/jsonapi.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ typedef struct JsonSemAction
126126
/*
127127
* pg_parse_json will parse the string in the lex calling the
128128
* action functions in sem at the appropriate points. It is
129-
* up to them to keep what state they need in semstate. If they
129+
* up to them to keep what state they need in semstate. If they
130130
* need access to the state of the lexer, then its pointer
131131
* should be passed to them as a member of whatever semstate
132132
* points to. If the action pointers are NULL the parser

src/include/port/win32_port.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
* https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55
148148
*
149149
* The comprehensive exception list is included in ntstatus.h from the
150-
* Windows Driver Kit (WDK). A subset of the list is also included in
150+
* Windows Driver Kit (WDK). A subset of the list is also included in
151151
* winnt.h from the Windows SDK. Defining WIN32_NO_STATUS before including
152152
* windows.h helps to avoid any conflicts.
153153
*

src/interfaces/ecpg/pgtypeslib/timestamp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ dttofmtasc_replace(timestamp * ts, date dDate, int dow, struct tm *tm,
346346
break;
347347

348348
/*
349-
* The preferred date and time representation for
349+
* The preferred date and time representation for
350350
* the current locale.
351351
*/
352352
case 'c':

0 commit comments

Comments
 (0)