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 9d9b9d4 commit 8bda213Copy full SHA for 8bda213
src/backend/storage/ipc/procsignal.c
@@ -80,11 +80,11 @@ typedef struct
80
*
81
* psh_barrierGeneration is the highest barrier generation in existence.
82
*/
83
-typedef struct ProcSignalHeader
+struct ProcSignalHeader
84
{
85
pg_atomic_uint64 psh_barrierGeneration;
86
ProcSignalSlot psh_slot[FLEXIBLE_ARRAY_MEMBER];
87
-} ProcSignalHeader;
+};
88
89
/*
90
* We reserve a slot for each possible ProcNumber, plus one for each
0 commit comments