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

Commitd568960

Browse files
michaelpqpull[bot]
authored andcommitted
Rename macro related to pg_backup_stop()
This should have been part of 39969e2 that has renamed pg_stop_backup()to pg_backup_stop(), and this one is the last reference topg_stop/start_backup() I could find in the tree.Author: Bharath RupireddyDiscussion:https://postgr.es/m/CALj2ACXjvC28ppeDTCrfaSyHga0ggP5nRLJbsjx=7N-74UT4QA@mail.gmail.com
1 parentd301241 commitd568960

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/access/transam/xlogfuncs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ pg_backup_start(PG_FUNCTION_ARGS)
104104
Datum
105105
pg_backup_stop(PG_FUNCTION_ARGS)
106106
{
107-
#definePG_STOP_BACKUP_V2_COLS 3
107+
#definePG_BACKUP_STOP_V2_COLS 3
108108
TupleDesctupdesc;
109-
Datumvalues[PG_STOP_BACKUP_V2_COLS]= {0};
110-
boolnulls[PG_STOP_BACKUP_V2_COLS]= {0};
109+
Datumvalues[PG_BACKUP_STOP_V2_COLS]= {0};
110+
boolnulls[PG_BACKUP_STOP_V2_COLS]= {0};
111111

112112
boolwaitforarchive=PG_GETARG_BOOL(0);
113113
XLogRecPtrstoppoint;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp