diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-06-15 14:33:58 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-06-15 14:33:58 -0400 |
commit | e472ce9624e0f2083c8fd25ea1acb081be908f8f (patch) | |
tree | 3b72ed0481ab470b40b0ec8a84450665559fdd94 /src | |
parent | 38e9f90a227d1e60e7b4691d1a71fefaba6059e5 (diff) | |
download | postgresql-e472ce9624e0f2083c8fd25ea1acb081be908f8f.tar.gz postgresql-e472ce9624e0f2083c8fd25ea1acb081be908f8f.zip |
Add integrity-checking functions to pg_visibility.
The new pg_check_visible() and pg_check_frozen() functions can be used to
verify that the visibility map bits for a relation's data pages match the
actual state of the tuples on those pages.
Amit Kapila and Robert Haas, reviewed (in earlier versions) by Andres
Freund. Additional testing help by Thomas Munro.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/pgindent/typedefs.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 9aa29f6a953..0c61fc287ad 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -2372,6 +2372,7 @@ convert_testexpr_context core_YYSTYPE core_yy_extra_type core_yyscan_t +corrupt_items cost_qual_eval_context count_agg_clauses_context create_upper_paths_hook_type |