Remove is_index parameter from binary_upgrade_set_pg_class_oids().

Nathan Bossart <nathan@postgresql.org>

Commit: 6e1c4a03a978ed3574124d8f2be22ba2e5a4b1e9
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2024-07-03T15:58:26Z
Releases: 18.0
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

Files

PathChange+/−
src/bin/pg_dump/pg_dump.c modified +10 −10

Discussion