diff options
author | Nathan Bossart <nathan@postgresql.org> | 2024-03-14 10:58:00 -0500 |
---|---|---|
committer | Nathan Bossart <nathan@postgresql.org> | 2024-03-14 10:58:00 -0500 |
commit | d1162cfda885c5a8cb9cebfc8eed9f1d76855e83 (patch) | |
tree | 7211679289e248d36e3129aa19f6518ac53ec584 /src/backend/commands/event_trigger.c | |
parent | 84c18acaf690e438e953e387caf1c13298d4ecb4 (diff) | |
download | postgresql-d1162cfda885c5a8cb9cebfc8eed9f1d76855e83.tar.gz postgresql-d1162cfda885c5a8cb9cebfc8eed9f1d76855e83.zip |
Add pg_column_toast_chunk_id().
This function returns the chunk_id of an on-disk TOASTed value. If
the value is un-TOASTed or not on-disk, it returns NULL. This is
useful for identifying which values are actually TOASTed and for
investigating "unexpected chunk number" errors.
Bumps catversion.
Author: Yugo Nagata
Reviewed-by: Jian He
Discussion: https://postgr.es/m/20230329105507.d764497456eeac1ca491b5bd%40sraoss.co.jp
Diffstat (limited to 'src/backend/commands/event_trigger.c')
0 files changed, 0 insertions, 0 deletions