Re: get rid of Pointer type, mostly - Mailing list pgsql-hackers

From Tom Lane
Subject Re: get rid of Pointer type, mostly
Date
Msg-id 970261.1764008763@sss.pgh.pa.us
Whole thread Raw
In response to Re: get rid of Pointer type, mostly  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: get rid of Pointer type, mostly
Re: get rid of Pointer type, mostly
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> But if it were up to me, I'd rip out Pointer completely, because
> reading code that uses the native C type names is easier for me than
> reading code that substitutes other notation.

I can follow the argument that using the native type "void *" is
better, since every C programmer must know that already.  But you
cannot argue for this patch on that ground unless Pointer goes away
entirely.  I don't understand leaving it in place for GIN.  It's
not like GIN indexes are some hoary backwater that nobody pays
attention to.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
Next
From: Nathan Bossart
Date:
Subject: Re: pgsql: Teach DSM registry to ERROR if attaching to an uninitialized ent