Remove get_attidentity() All existing uses can get this information more easily from the relation descriptor, so the detour through the syscache is not necessary.
Reviewed-by: Michael Paquier <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5d7c703a44101f0d686fb66f4ff671429f46a84c Modified Files -------------- src/backend/commands/tablecmds.c | 15 ++++++++------- src/backend/parser/parse_utilcmd.c | 5 ++++- src/backend/utils/cache/lsyscache.c | 32 -------------------------------- src/include/utils/lsyscache.h | 1 - 4 files changed, 12 insertions(+), 41 deletions(-)
