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

Commit803b4a2

Browse files
committed
Remove stray mid-sentence tabs in comments
1 parent6ff33cd commit803b4a2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

‎src/backend/executor/nodeIncrementalSort.c

Lines changed: 1 addition & 1 deletion
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 verylarge
72+
*groups (where the overhead of a new tuplesort is high) and verylarge
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

Lines changed: 1 addition & 1 deletion
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-
*thehardcoded DH parameters supplied with the backend to prevent
1028+
*thehardcoded DH parameters supplied with the backend to prevent
10291029
*problems.
10301030
*/
10311031
staticDH*

‎src/backend/storage/smgr/smgr.c

Lines changed: 1 addition & 1 deletion
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'texist (presumably it has been dropped by a later WAL
543+
* doesn'texist (presumably it has been dropped by a later WAL
544544
* record).
545545
*/
546546
bool

‎src/backend/tsearch/ts_parse.c

Lines changed: 1 addition & 1 deletion
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 wantsseveral lexemes
53+
* to, which wantsseveral lexemes
5454
*/
5555

5656
ParsedLex*lastRes;

‎src/include/common/jsonapi.h

Lines changed: 1 addition & 1 deletion
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 needin semstate. If they
129+
* up to them to keep what state they needin 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

Lines changed: 1 addition & 1 deletion
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-
*WindowsDriver Kit (WDK). A subset of the list is also included in
150+
*WindowsDriver 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

Lines changed: 1 addition & 1 deletion
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-
* Thepreferreddateandtimerepresentationfor
349+
* Thepreferred date and timerepresentationfor
350350
* the current locale.
351351
*/
352352
case'c':

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp