Re: commented out code

2025-12-09 Thread Chao Li
> On Dec 5, 2025, at 23:33, Peter Eisentraut wrote: > > There are many PG_GETARG_* calls, mostly around gin, gist, spgist code, that > are commented out, presumably to indicate that the argument is unused and to > indicate that it wasn't forgotten or miscounted. Example: > > ... >Strat

Re: commented out code

2025-12-07 Thread David Geier
On 05.12.2025 16:33, Peter Eisentraut wrote: > There are many PG_GETARG_* calls, mostly around gin, gist, spgist code, > that are commented out, presumably to indicate that the argument is > unused and to indicate that it wasn't forgotten or miscounted.  Example: > > ... >     StrategyNumber strat

Re: commented out code

2025-12-05 Thread Heikki Linnakangas
On 05/12/2025 17:33, Peter Eisentraut wrote: There are many PG_GETARG_* calls, mostly around gin, gist, spgist code, that are commented out, presumably to indicate that the argument is unused and to indicate that it wasn't forgotten or miscounted.  Example: ...     StrategyNumber strategy = (