You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/catalog.c: In function ‘lock_backup’:
src/catalog.c:603:9: warning: ‘encoded_pid’ may be used uninitialized in this function [-Wmaybe-uninitialized]
elog(WARNING, "Cannot to lock backup %s in exclusive mode, because process %u owns shared lock",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
base36enc(backup->start_time), encoded_pid);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/catalog.c:536:11: note: ‘encoded_pid’ was declared here
pid_t encoded_pid;
^~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
src/catalog.c: In function ‘lock_backup’:
src/catalog.c:603:9: warning: ‘encoded_pid’ may be used uninitialized in this function [-Wmaybe-uninitialized]
elog(WARNING, "Cannot to lock backup %s in exclusive mode, because process %u owns shared lock",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
base36enc(backup->start_time), encoded_pid);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/catalog.c:536:11: note: ‘encoded_pid’ was declared here
pid_t encoded_pid;
^~~~~~~~~~~
The text was updated successfully, but these errors were encountered: