diff options
author | David Rowley <drowley@postgresql.org> | 2024-12-20 23:22:37 +1300 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2024-12-20 23:22:37 +1300 |
commit | 02a8d0c45253eb54e57b1974c8627e5be3e1d852 (patch) | |
tree | b87019e24e20f27319f9e5f8a065af0f15b603b5 /doc/src | |
parent | 546371599e767340599cdff3e276728016e560cc (diff) | |
download | postgresql-02a8d0c45253eb54e57b1974c8627e5be3e1d852.tar.gz postgresql-02a8d0c45253eb54e57b1974c8627e5be3e1d852.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 11 |
1 files changed, 0 insertions, 11 deletions
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 @@ -1188,17 +1188,6 @@ <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>attcacheoff</structfield> <type>int4</type> - </para> - <para> - 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 - </para></entry> - </row> - - <row> - <entry role="catalog_table_entry"><para role="column_definition"> <structfield>atttypmod</structfield> <type>int4</type> </para> <para> |