Public header files change - Mailing list pgsql-hackers

From Pavel Raiskup
Subject Public header files change
Date
Msg-id 6127979.mjyzd4gOKe@nb.usersys.redhat.com
Whole thread Raw
Responses Re: Public header files change  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
It seems to be unlikely to me, but are the changed symbols mentioned in
git-log commit message 5f173040e324 supposed to be used other than
internally?  Snip:
   Avoid repeated name lookups during table and index DDL.   ...   to the Constraint node (FkConstraint in 8.4).
Third-partycode   calling these functions or using the Constraint node will require   updating.   ....
 

These seem to be pretty internal symbols to me, but I rather asking here.
Is there some project we know off that is using this functions (or is
there some obvious usecase for third-parties)?

Pavel




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Changeset Extraction v7.6.1
Next
From: Atri Sharma
Date:
Subject: Re: Proposal: IMPORT FOREIGN SCHEMA statement.