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 6969dee commit f9cb8bdCopy full SHA for f9cb8bd
src/include/access/xact.h
@@ -239,7 +239,7 @@ typedef struct xl_xact_subxacts
239
240
typedef struct xl_xact_relfilenodes
241
{
242
- int nrels; /* number of subtransaction XIDs */
+ int nrels; /* number of relations */
243
RelFileNode xnodes[FLEXIBLE_ARRAY_MEMBER];
244
} xl_xact_relfilenodes;
245
#define MinSizeOfXactRelfilenodes offsetof(xl_xact_relfilenodes, xnodes)
0 commit comments