From 02a8d0c45253eb54e57b1974c8627e5be3e1d852 Mon Sep 17 00:00:00 2001 From: David Rowley Date: Fri, 20 Dec 2024 23:22:37 +1300 Subject: 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 | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index bf3cee08a93..cc6cf9bef09 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1186,17 +1186,6 @@ - - - attcacheoff int4 - - - Always -1 in storage, but when loaded into a row descriptor - in memory this might be updated to cache the offset of the attribute - within the row - - - atttypmod int4 -- cgit v1.2.3