Peter Eisentraut <[email protected]> writes:
> On 05.12.25 17:38, Heikki Linnakangas wrote:
>> #if 0
>> Oid subtype = PG_GETARG_OID(3);
>> #endif
>>
>> is yet another option. It keeps the indentation, although you won't get
>> the compiler checking.
> After some reflection, I like this approach. It keeps the indentation
> and enables syntax highlighting, so it makes some of these blocks much
> easier to read.
I think "#ifdef NOT_USED" is our more common style. +1 other than
that nitpick.
regards, tom lane