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 <t...@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: signature.asc
Description: PGP signature

Reply via email to