mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Post-feature-freeze pgindent run.
Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us
This commit is contained in:
@@ -47,7 +47,7 @@ typedef struct SharedTuplestoreChunk
|
||||
int ntuples; /* Number of tuples in this chunk. */
|
||||
int overflow; /* If overflow, how many including this one? */
|
||||
char data[FLEXIBLE_ARRAY_MEMBER];
|
||||
} SharedTuplestoreChunk;
|
||||
} SharedTuplestoreChunk;
|
||||
|
||||
/* Per-participant shared state. */
|
||||
typedef struct SharedTuplestoreParticipant
|
||||
@@ -56,7 +56,7 @@ typedef struct SharedTuplestoreParticipant
|
||||
BlockNumber read_page; /* Page number for next read. */
|
||||
BlockNumber npages; /* Number of pages written. */
|
||||
bool writing; /* Used only for assertions. */
|
||||
} SharedTuplestoreParticipant;
|
||||
} SharedTuplestoreParticipant;
|
||||
|
||||
/* The control object that lives in shared memory. */
|
||||
struct SharedTuplestore
|
||||
|
||||
Reference in New Issue
Block a user