From 05d8449e73694585b59f8b03aaa087f04cc4679a Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 27 Feb 2020 09:25:41 +0530 Subject: Move src/backend/utils/hash/hashfn.c to src/common This also involves renaming src/include/utils/hashutils.h, which becomes src/include/common/hashfn.h. Perhaps an argument can be made for keeping the hashutils.h name, but it seemed more consistent to make it match the name of the file, and also more descriptive of what is actually going on here. Patch by me, reviewed by Suraj Kharage and Mark Dilger. Off-list advice on how not to break the Windows build from Davinder Singh and Amit Kapila. Discussion: http://postgr.es/m/CA+TgmoaRiG4TXND8QuM6JXFRkM_1wL2ZNhzaUKsuec9-4yrkgw@mail.gmail.com --- contrib/sepgsql/uavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/sepgsql') diff --git a/contrib/sepgsql/uavc.c b/contrib/sepgsql/uavc.c index d3723768a6..639a52c556 100644 --- a/contrib/sepgsql/uavc.c +++ b/contrib/sepgsql/uavc.c @@ -14,10 +14,10 @@ #include "catalog/pg_proc.h" #include "commands/seclabel.h" +#include "common/hashfn.h" #include "sepgsql.h" #include "storage/ipc.h" #include "utils/guc.h" -#include "utils/hashutils.h" #include "utils/memutils.h" /* -- cgit v1.2.1