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

Commitad8759b

Browse files
committed
Fix typos in standby.c
xl_running_xacts exists, not xl_xact_running_xacts.Author: Hou ZhijieDiscussion:https://postgr.es/m/OS0PR01MB57160D8B01097FFB5C175065941A9@OS0PR01MB5716.jpnprd01.prod.outlook.com
1 parent3e67a5c commitad8759b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/storage/ipc/standby.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,10 +1273,10 @@ LogStandbySnapshot(void)
12731273
/*
12741274
* Record an enhanced snapshot of running transactions into WAL.
12751275
*
1276-
* The definitions of RunningTransactionsData andxl_xact_running_xacts are
1277-
* similar. We keep them separate becausexl_xact_running_xacts is a
1278-
*contiguouschunk of memory and never exists fully until it is assembled in
1279-
*WAL.The inserted records are marked as not being important for durability,
1276+
* The definitions of RunningTransactionsData andxl_running_xacts are
1277+
* similar. We keep them separate becausexl_running_xacts is a contiguous
1278+
* chunk of memory and never exists fully until it is assembled in WAL.
1279+
* The inserted records are marked as not being important for durability,
12801280
* to avoid triggering superfluous checkpoint / archiving activity.
12811281
*/
12821282
staticXLogRecPtr

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp