mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08: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:
parent
6bdf1a1400
commit
695f459f17
@ -3387,7 +3387,7 @@ TwoPhaseTransactionGid(Oid subid, TransactionId xid, char *gid, int szgid)
|
||||
static void
|
||||
start_table_sync(XLogRecPtr *origin_startpos, char **myslotname)
|
||||
{
|
||||
char *syncslotname;
|
||||
char *syncslotname = NULL;
|
||||
|
||||
Assert(am_tablesync_worker());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user