mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Update typedefs.list and re-run pgindent
Discussion: http://postgr.es/m/CA+TgmoaA9=1RWKtBWpDaj+sF3Stgc8sHgf5z=KGtbjwPLQVDMA@mail.gmail.com
This commit is contained in:
@ -246,8 +246,8 @@ ReorderBufferAllocate(void)
|
||||
sizeof(ReorderBufferTXN));
|
||||
|
||||
buffer->tup_context = GenerationContextCreate(new_ctx,
|
||||
"Tuples",
|
||||
SLAB_LARGE_BLOCK_SIZE);
|
||||
"Tuples",
|
||||
SLAB_LARGE_BLOCK_SIZE);
|
||||
|
||||
hash_ctl.keysize = sizeof(TransactionId);
|
||||
hash_ctl.entrysize = sizeof(ReorderBufferTXNByIdEnt);
|
||||
|
Reference in New Issue
Block a user