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

Commita00fd06

Browse files
committed
Add missing spaces after single-line comments
Only 1 of 3 of these changes appear to be handled by pgindent. That changeis new to v15. The remaining two appear to be left alone by pgindent. Theexact reason for that is not 100% clear to me. It seems related to thefact that it's a line that contains *only* a single line comment and noactual code. It does not seem worth investigating this in too muchdetail. In any case, these do not conform to our usual practices, so fixthem.Author: Justin PryzbyDiscussion:https://postgr.es/m/20220411020336.GB26620@telsasoft.com
1 parentac8be0c commita00fd06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/backend/storage/file/fd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ InitFileAccess(void)
912912
void
913913
InitTemporaryFileAccess(void)
914914
{
915-
Assert(SizeVfdCache!=0);/* InitFileAccess() needs to have run*/
915+
Assert(SizeVfdCache!=0);/* InitFileAccess() needs to have run*/
916916
Assert(!temporary_files_allowed);/* call me only once */
917917

918918
/*

‎src/include/replication/message.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ typedef struct xl_logical_message
3232
externXLogRecPtrLogLogicalMessage(constchar*prefix,constchar*message,
3333
size_tsize,booltransactional);
3434

35-
/* RMGR API*/
35+
/* RMGR API*/
3636
#defineXLOG_LOGICAL_MESSAGE0x00
3737
voidlogicalmsg_redo(XLogReaderState*record);
3838
voidlogicalmsg_desc(StringInfobuf,XLogReaderState*record);

‎src/include/tsearch/ts_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ typedef struct
171171

172172
externPGDLLIMPORTconstinttsearch_op_priority[OP_COUNT];
173173

174-
/* get operation priorityby its code*/
174+
/* get operation priority by its code*/
175175
#defineOP_PRIORITY(x)( tsearch_op_priority[(x) - 1] )
176176
/* get QueryOperator priority */
177177
#defineQO_PRIORITY(x)OP_PRIORITY(((QueryOperator *) (x))->oper)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp