postgresql/contrib/sepgsql
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
..
expected Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
sql Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
.gitignore Minor sepgsql regression test fixes. 2011-02-02 23:46:51 -05:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
database.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
dml.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
hooks.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
label.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
launcher Update copyrights for 2020 2020-01-01 12:21:45 -05:00
proc.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
relation.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
schema.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
selinux.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
sepgsql-regtest.te Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
sepgsql.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
sepgsql.sql.in sepgsql_setcon(). 2012-03-15 16:08:40 -04:00
test_sepgsql Update sepgsql to add mandatory access control for TRUNCATE 2019-11-23 10:46:44 -05:00
uavc.c Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30