postgresql/src
Robert Haas 05d8449e73 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
2020-02-27 09:25:41 +05:30
..
backend Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
bin createdb: Fix quoting of --encoding, --lc-ctype and --lc-collate 2020-02-27 11:20:46 +09:00
common Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
fe_utils Fix bug in pg_basebackup -F plain -R. 2020-02-12 09:08:22 +09:00
include Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
interfaces Fix compiler warnings on 64-bit Windows 2020-02-21 19:58:39 +01:00
makefiles Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
pl Remove support for upgrading extensions from "unpackaged" state. 2020-02-19 16:59:14 -05:00
port Assume that we have rint(). 2020-02-21 14:30:47 -05:00
template Fix compiler warning for ppoll() on Cygwin 2019-12-22 23:20:00 +01:00
test Suppress unnecessary RelabelType nodes in more cases. 2020-02-26 18:14:12 -05:00
timezone Require stdint.h 2020-02-21 09:20:32 +01:00
tools Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
tutorial Update copyrights for 2020 2020-01-01 12:21:45 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Simplify passing of configure arguments to pg_config 2020-02-10 19:23:41 +01:00
Makefile.shlib Clean up MinGW def file generation 2019-10-20 10:19:13 +02:00
nls-global.mk NLS: Fix backend gettext triggers 2019-09-23 09:04:20 +02:00