Remove pg_attribute.attcacheoff column

David Rowley <drowley@postgresql.org>

Commit: 02a8d0c45253eb54e57b1974c8627e5be3e1d852
Author: David Rowley <drowley@postgresql.org>
Date: 2024-12-20T10:22:37Z
Releases: 18.0
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

Files

Documentation touched

Discussion