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 b986f30 commit cf9d417Copy full SHA for cf9d417
contrib/pg_dtm/dtmd/include/transaction.h
@@ -32,7 +32,7 @@ typedef struct Transaction {
32
Snapshot snapshots[MAX_SNAPSHOTS_PER_TRANS];
33
int snapshots_count; // will wrap around if exceeds max snapshots
34
35
- void *listeners[CHAR_TO_INDEX('z')]; // we are going to use 'a' to 'z' for indexing
+ void *listeners[CHAR_TO_INDEX('z')+1]; // we are going to use 'a' to 'z' for indexing
36
} Transaction;
37
38
static inline bool l2_list_is_empty(L2List* elem)
0 commit comments