Remove get_attidentity()
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +8 −7 |
| src/backend/parser/parse_utilcmd.c | modified | +4 −1 |
| src/backend/utils/cache/lsyscache.c | modified | +0 −32 |
| src/include/utils/lsyscache.h | modified | +0 −1 |