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

Commit0984a3b

Browse files
committed
Run pgindent again on the same file.
Apparently, pgindent got confused by the double space. The first timeI ran it, it moved the function name to the next line. The second timeI ran it, it moved the function name back, but without the doublespace.Now the results appear stable.
1 parentb406af1 commit0984a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/activity/backend_status.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,8 +831,8 @@ pgstat_read_current_status(void)
831831
/*
832832
* The BackendStatusArray index is exactly the ProcNumber of the
833833
* source backend. Note that this means localBackendStatusTable
834-
* is in order by proc_number.
835-
*pgstat_get_beentry_by_proc_number()depends on that.
834+
* is in order by proc_number. pgstat_get_beentry_by_proc_number()
835+
* depends on that.
836836
*/
837837
localentry->proc_number=procNumber;
838838
ProcNumberGetTransactionIds(procNumber,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp