mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix compiler warning introduced in commit 705e20f855
.
Reported-by: Nathan Bossart Author: Nathan Bossart Reviewed-by: Osumi Takamichi Discussion : https://postgr.es/m/20220314230424.GA1085716@nathanxps13
This commit is contained in:
@ -3387,7 +3387,7 @@ TwoPhaseTransactionGid(Oid subid, TransactionId xid, char *gid, int szgid)
|
|||||||
static void
|
static void
|
||||||
start_table_sync(XLogRecPtr *origin_startpos, char **myslotname)
|
start_table_sync(XLogRecPtr *origin_startpos, char **myslotname)
|
||||||
{
|
{
|
||||||
char *syncslotname;
|
char *syncslotname = NULL;
|
||||||
|
|
||||||
Assert(am_tablesync_worker());
|
Assert(am_tablesync_worker());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user