Re: Making type Datum be 8 bytes everywhere

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Joe Conway <mail(at)joeconway(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: Making type Datum be 8 bytes everywhere
Date: 2025-08-13 20:04:06
Message-ID: 3957631.1755115446@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter(at)eisentraut(dot)org> writes:
> One additional comment: In network.c and varlena.c there are a couple of
> comments that match /4 byte datum/ that talk about abbreviation support
> in that circumstance. Those should probably be removed or reworded.

Ah, didn't think to search for that. I'll take care of it.

Thanks again for reviewing.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2025-08-13 20:06:16 Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Previous Message Robert Haas 2025-08-13 20:04:04 Re: ReplicationSlotRelease() crashes when the instance is in the single user mode