Re: catalog files simplification - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: catalog files simplification
Date
Msg-id 3f5d6cd7-36ca-21f4-f373-94e5a3e58f7b@2ndquadrant.com
Whole thread Raw
In response to Re: catalog files simplification  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2019-06-12 15:34, Tom Lane wrote:
> A bigger objection might be that this would leave us with no obvious-
> to-the-untrained-eye declaration point for either the struct name or
> the two typedef names.  That might make tools like ctags sad.  Perhaps
> it's not really any worse than today, but it bears investigation.

At least with GNU Global, it finds FormData_pg_foo but not Form_pg_foo.
But you can find the latter using grep.  This patch would hide both of
those even from grep, so maybe it isn't a good idea then.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: SQL/JSON path issues/questions
Next
From: Julien Rouhaud
Date:
Subject: Re: cleanup & refactoring on reindexdb.c