mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
Fix another typo in gininsert.c
Reported-by: Tender Wang <tndrwang@gmail.com> Discussion: https://postgr.es/m/CAHewXNkRJ9DMFZMQKWQ32U+OTBR78KeGh2=9Wy5jEeWDxMVFcQ@mail.gmail.com
This commit is contained in:
@@ -2215,7 +2215,7 @@ typedef struct
|
|||||||
*
|
*
|
||||||
* For by-reference data types, we store the actual data. For by-val types
|
* For by-reference data types, we store the actual data. For by-val types
|
||||||
* we simply copy the whole Datum, so that we don't have to care about stuff
|
* we simply copy the whole Datum, so that we don't have to care about stuff
|
||||||
* like endianess etc. We could make it a little bit smaller, but it's not
|
* like endianness etc. We could make it a little bit smaller, but it's not
|
||||||
* worth it - it's a tiny fraction of the data, and we need to MAXALIGN the
|
* worth it - it's a tiny fraction of the data, and we need to MAXALIGN the
|
||||||
* start of the TID list anyway. So we wouldn't save anything. (This would
|
* start of the TID list anyway. So we wouldn't save anything. (This would
|
||||||
* not be a good idea for the permanent in-index data, since we'd prefer
|
* not be a good idea for the permanent in-index data, since we'd prefer
|
||||||
|
|||||||
Reference in New Issue
Block a user