From d952373a987bad331c0e499463159dd142ced1ef Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 10 Jan 2023 05:48:59 +0100 Subject: New header varatt.h split off from postgres.h This new header contains all the variable-length data types support (TOAST support) from postgres.h, which isn't needed by large parts of the backend code. Reviewed-by: Tom Lane Discussion: https://www.postgresql.org/message-id/flat/ddcce239-0f29-6e62-4b47-1f8ca742addf%40enterprisedb.com --- src/backend/utils/adt/geo_ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backend/utils/adt/geo_ops.c') diff --git a/src/backend/utils/adt/geo_ops.c b/src/backend/utils/adt/geo_ops.c index bd78b8f878f..53ee4b6f9cb 100644 --- a/src/backend/utils/adt/geo_ops.c +++ b/src/backend/utils/adt/geo_ops.c @@ -35,6 +35,7 @@ #include "utils/float.h" #include "utils/fmgrprotos.h" #include "utils/geo_decls.h" +#include "varatt.h" /* * * Type constructors have this form: -- cgit v1.2.3