mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-05 14:17:32 +08:00
Fix gcc >= 10 warning
Reported-by: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACVQoFXxFm2kCmhHcdM7DjA84_bOjoM8HVAKHbE%2BKrZ1uA%40mail.gmail.com
This commit is contained in:
@ -680,7 +680,7 @@ createdb(ParseState *pstate, const CreatedbStmt *stmt)
|
||||
char src_locprovider = '\0';
|
||||
char *src_collversion = NULL;
|
||||
bool src_istemplate;
|
||||
bool src_hasloginevt;
|
||||
bool src_hasloginevt = false;
|
||||
bool src_allowconn;
|
||||
TransactionId src_frozenxid = InvalidTransactionId;
|
||||
MultiXactId src_minmxid = InvalidMultiXactId;
|
||||
|
||||
Reference in New Issue
Block a user