Re: implicit declaration of datumIsEqual in parse_coerce.c
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Tomas Vondra <tomas.vondra@2ndquadrant.com>, pgsql-hackers@postgresql.org
Date: 2020-04-08T02:32:10Z
Lists: pgsql-hackers
On Tue, Apr 07, 2020 at 05:16:58PM -0400, Tom Lane wrote: > That's inside "#ifdef RANDOMIZE_ALLOCATED_MEMORY", which probably > explains why most of us aren't seeing it. My guess is somebody > removed an #include without realizing that this chunk of code > needed it. [cough] commit: 4dbcb3f844eca4a401ce06aa2781bd9a9be433e9 author: Tom Lane <tgl@sss.pgh.pa.us> date: Sat, 14 Mar 2020 14:42:22 -0400 Restructure polymorphic-type resolution in funcapi.c. [...] @@ -26,7 +25,6 @@ #include "parser/parse_relation.h" #include "parser/parse_type.h" #include "utils/builtins.h" -#include "utils/datum.h" #include "utils/lsyscache.h" -- Michael
Commits
-
Put back mistakenly removed #include.
- 7a5d74b7dd4b 13.0 landed
-
Restructure polymorphic-type resolution in funcapi.c.
- 4dbcb3f844ec 13.0 cited