Remove pg_attribute.attcacheoff column
authorDavid Rowley <drowley@postgresql.org>
Fri, 20 Dec 2024 10:22:37 +0000 (23:22 +1300)
committerDavid Rowley <drowley@postgresql.org>
Fri, 20 Dec 2024 10:22:37 +0000 (23:22 +1300)
commit02a8d0c45253eb54e57b1974c8627e5be3e1d852
treeb87019e24e20f27319f9e5f8a065af0f15b603b5
parent546371599e767340599cdff3e276728016e560cc
Remove pg_attribute.attcacheoff column

The column is no longer needed as the offset is now cached in the
CompactAttribute struct per commit 5983a4cff.

Author: David Rowley
Reviewed-by: Andres Freund, Victor Yegorov
Discussion: https://postgr.es/m/CAApHDvrBztXP3yx=NKNmo3xwFAFhEdyPnvrDg3=M0RhDs+4vYw@mail.gmail.com
doc/src/sgml/catalogs.sgml
src/backend/access/common/tupdesc.c
src/backend/bootstrap/bootstrap.c
src/backend/catalog/heap.c
src/backend/catalog/index.c
src/backend/utils/cache/relcache.c
src/include/catalog/catversion.h
src/include/catalog/pg_attribute.h
src/test/regress/expected/type_sanity.out
src/test/regress/sql/type_sanity.sql