1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

Fix pgindent damage

Oversight in commit e0ece2a98.
This commit is contained in:
Richard Guo
2025-01-13 11:27:32 +09:00
parent 97698cc517
commit 6e826278f1
2 changed files with 2 additions and 2 deletions

View File

@@ -513,7 +513,7 @@ LookupTupleHashEntry_internal(TupleHashTable hashtable, TupleTableSlot *slot,
else
{
MinimalTuple firstTuple;
size_t totalsize; /* including alignment and additionalsize */
size_t totalsize; /* including alignment and additionalsize */
/* created new entry */
*isnew = true;