We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9eaf03 commit 8524ca3Copy full SHA for 8524ca3
src/catalog.c
@@ -667,7 +667,7 @@ grab_shared_lock_file(pgBackup *backup)
667
else if (errno != ESRCH)
668
elog(ERROR, "Failed to send signal 0 to a process %d: %s",
669
encoded_pid, strerror(errno));
670
- }
+ }
671
672
if (fp_in)
673
{
src/utils/file.h
@@ -83,7 +83,7 @@ typedef struct
83
unsigned handle : 32;
84
/* size of additional data sent after this header */
85
unsigned size : 32;
86
- /* additional small paramter for requests (varies between operations) or a result code for response */
+ /* additional small parameter for requests (varies between operations) or a result code for response */
87
unsigned arg;
88
} fio_header;
89
0 commit comments