From c74d49d41c9e0fabeb1179dcabfb3137833ed831 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 1 Jul 2019 10:00:23 +0900 Subject: Fix many typos and inconsistencies Author: Alexander Lakhin Discussion: https://postgr.es/m/af27d1b3-a128-9d62-46e0-88f424397f44@gmail.com --- src/include/utils/inval.h | 2 -- src/include/utils/sortsupport.h | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/include/utils') diff --git a/src/include/utils/inval.h b/src/include/utils/inval.h index e7baa39d2a4..940d53f9006 100644 --- a/src/include/utils/inval.h +++ b/src/include/utils/inval.h @@ -29,8 +29,6 @@ extern void AtEOXact_Inval(bool isCommit); extern void AtEOSubXact_Inval(bool isCommit); -extern void AtPrepare_Inval(void); - extern void PostPrepare_Inval(void); extern void CommandEndInvalidationMessages(void); diff --git a/src/include/utils/sortsupport.h b/src/include/utils/sortsupport.h index 1eb89da3f74..997b7900a7e 100644 --- a/src/include/utils/sortsupport.h +++ b/src/include/utils/sortsupport.h @@ -184,8 +184,8 @@ typedef struct SortSupportData /* * Full, authoritative comparator for key that an abbreviated * representation was generated for, used when an abbreviated comparison - * was inconclusive (by calling ApplySortComparatorFull()), or used to - * replace "comparator" when core system ultimately decides against + * was inconclusive (by calling ApplySortAbbrevFullComparator()), or used + * to replace "comparator" when core system ultimately decides against * abbreviation. */ int (*abbrev_full_comparator) (Datum x, Datum y, SortSupport ssup); -- cgit v1.2.3