Re: implicit declaration of datumIsEqual in parse_coerce.c - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: implicit declaration of datumIsEqual in parse_coerce.c
Date
Msg-id 20200408023210.GE1606@paquier.xyz
Whole thread Raw
In response to Re: implicit declaration of datumIsEqual in parse_coerce.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: implicit declaration of datumIsEqual in parse_coerce.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: d25ea01275 and partitionwise join
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Allow users to limit storage reserved by replication slots