postgres/contrib/sepgsql
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
It seems potentially useful to label our shared libraries with version
information, now that a facility exists for retrieving that.  This
patch labels them with the PG_VERSION string.  There was some
discussion about using semantic versioning conventions, but that
doesn't seem terribly helpful for modules with no SQL-level presence;
and for those that do have SQL objects, we typically expect them
to support multiple revisions of the SQL definitions, so it'd still
not be very helpful.

I did not label any of src/test/modules/.  It seems unnecessary since
we don't install those, and besides there ought to be someplace that
still provides test coverage for the original PG_MODULE_MAGIC macro.

Author: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/dd4d1b59-d0fe-49d5-b28f-1e463b68fa32@gmail.com
2025-03-26 11:11:02 -04:00
..
expected Add pg_constraint rows for not-null constraints 2024-11-08 13:28:48 +01:00
sql
t Apply more consistent style for command options in TAP tests 2025-03-17 12:42:23 +09:00
.gitignore Convert sepgsql tests to TAP 2025-01-24 12:39:47 +01:00
database.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
dml.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
hooks.c Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 2025-03-26 11:11:02 -04:00
label.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
launcher Update copyright for 2025 2025-01-01 11:21:55 -05:00
Makefile Convert sepgsql tests to TAP 2025-01-24 12:39:47 +01:00
meson.build Convert sepgsql tests to TAP 2025-01-24 12:39:47 +01:00
proc.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
relation.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
schema.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
selinux.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
sepgsql-regtest.te
sepgsql.h Update copyright for 2025 2025-01-01 11:21:55 -05:00
sepgsql.sql.in
test_sepgsql Convert sepgsql tests to TAP 2025-01-24 12:39:47 +01:00
uavc.c Update copyright for 2025 2025-01-01 11:21:55 -05:00