Skip to content

Commit 8e930b7

Browse files
committed
make compiler happy
1 parent 212fad4 commit 8e930b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/catalog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ wait_shared_owners(pgBackup *backup)
533533
{
534534
FILE *fp = NULL;
535535
char buffer[256];
536-
pid_t encoded_pid;
536+
pid_t encoded_pid = 0;
537537
int ntries = LOCK_TIMEOUT;
538538
char lock_file[MAXPGPATH];
539539

0 commit comments

Comments
 (0)