Oversights in commits
ab9e0e718a,
f3049a603a, and
247ce06b88.
Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/aScUuBSawPWogUxs%40ip-10-97-1-34.eu-west-3.compute.internal
{
scram_state_enum state;
- const char *username; /* username from startup packet */
-
Port *port;
bool channel_binding_in_use;
typedef struct PgAioWorkerSubmissionQueue
{
uint32 size;
- uint32 mask;
uint32 head;
uint32 tail;
int sqes[FLEXIBLE_ARRAY_MEMBER];
/* State for writing. */
SharedTuplestoreChunk *write_chunk; /* Buffer for writing. */
BufFile *write_file; /* The current file to write to. */
- BlockNumber write_page; /* The next page to write to. */
char *write_pointer; /* Current write pointer within chunk. */
char *write_end; /* One past the end of the current chunk. */
};