Re: Switch to multi-inserts for pg_depend

Alvaro Herrera <alvherre@2ndquadrant.com>

From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Robert Haas <robertmhaas@gmail.com>, Andres Freund <andres@anarazel.de>, Postgres hackers <pgsql-hackers@lists.postgresql.org>, Daniel Gustafsson <daniel@yesql.se>
Date: 2020-08-13T09:35:14Z
Lists: pgsql-hackers
On 2020-Aug-13, Michael Paquier wrote:

> Okay.  Would src/include/catalog/catalog.h be a suited location for
> this flag or somebody has a better idea?

Next to the API definition I guess, is that dependency.h?



-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Commits

  1. Switch to multi-inserts when registering dependencies for many code paths

  2. Use multi-inserts for pg_depend