Content-Length: 258656 | pFad | http://github.com/postgrespro/postgres/commit/2fe69cacff4e92201cb3e3de7748f3e1d51d9e25

F8 Another gin_desc fix. · postgrespro/postgres@2fe69ca · GitHub
Skip to content

Commit 2fe69ca

Browse files
committed
Another gin_desc fix.
The number of items inserted was incorrectly printed as if it was a boolean.
1 parent 97c19e6 commit 2fe69ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/rmgrdesc/gindesc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ gin_desc(StringInfo buf, uint8 xl_info, char *rec)
6868
(((ginxlogInsertEntry *) payload)->isDelete) ? 'T' : 'F');
6969
else if (xlrec->flags & GIN_INSERT_ISLEAF)
7070
appendStringInfo(buf, " nitem: %u",
71-
(((ginxlogInsertDataLeaf *) payload)->nitem) ? 'T' : 'F');
71+
(((ginxlogInsertDataLeaf *) payload)->nitem));
7272
else
7373
appendStringInfo(buf, " pitem: %u-%u/%u",
7474
PostingItemGetBlockNumber((PostingItem *) payload),

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/2fe69cacff4e92201cb3e3de7748f3e1d51d9e25

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy