pgsql: Remove is_index parameter from binary_upgrade_set_pg_class_oids(

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove is_index parameter from binary_upgrade_set_pg_class_oids(
Date: 2024-07-03 15:59:20
Message-ID: E1sP2O7-000AnP-8A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove is_index parameter from binary_upgrade_set_pg_class_oids().

Since commit 9a974cbcba, this function retrieves the relkind before
it needs to know whether the relation is an index, so we no longer
need callers to provide this information.

Suggested-by: Daniel Gustafsson
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/20240418041712.GA3441570%40nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6e1c4a03a978ed3574124d8f2be22ba2e5a4b1e9

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-07-03 19:23:22 pgsql: Improve performance of binary_upgrade_set_pg_class_oids().
Previous Message Heikki Linnakangas 2024-07-03 13:22:47 pgsql: Tighten check for --forkchild argument when spawning child proce