diff options
Diffstat (limited to 'src/include/utils/datum.h')
-rw-r--r-- | src/include/utils/datum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/datum.h b/src/include/utils/datum.h index 4365bf06e6..2d78c8774c 100644 --- a/src/include/utils/datum.h +++ b/src/include/utils/datum.h @@ -53,7 +53,7 @@ extern bool datumIsEqual(Datum value1, Datum value2, * true if the two datums are equal, false otherwise. */ extern bool datum_image_eq(Datum value1, Datum value2, - bool typByVal, int typLen); + bool typByVal, int typLen); /* * Serialize and restore datums so that we can transfer them to parallel |