]> granicus.if.org Git - postgresql/commit
Remove get_attidentity()
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 23 Oct 2018 12:45:29 +0000 (14:45 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 23 Oct 2018 12:47:14 +0000 (14:47 +0200)
commit5d7c703a44101f0d686fb66f4ff671429f46a84c
tree2b101e37b1756b229a4b3da3a9c4dacb9381e696
parentc903bb7b1c3ce82e21d6bd1af1dc45a58cd88455
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 <michael@paquier.xyz>
src/backend/commands/tablecmds.c
src/backend/parser/parse_utilcmd.c
src/backend/utils/cache/lsyscache.c
src/include/utils/lsyscache.h