pg_freespacemap: Use SQL-standard function bodies
authorMichael Paquier <michael@paquier.xyz>
Tue, 12 Nov 2024 08:28:03 +0000 (17:28 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 12 Nov 2024 08:28:03 +0000 (17:28 +0900)
commit3f323eba89fb1ea2220cfe48ea7d9529fffe5cb6
tree492846221f671474e53b770cd2547e2824163786
parentdb22b900244d3c51918acce44cbe5bb6f6507d32
pg_freespacemap: Use SQL-standard function bodies

72a5b1fc8804 was the piece missing for the conversion of this module.
pg_freespace is bumped to 1.3, with its function pg_freespace(regclass)
converted to this new style.

There are other modules in the tree that need a similar treatment; these
will be handled later.

Author: Tom Lane
Reviewed-by: Ronan Dunklau
Discussion: https://postgr.es/m/3395418.1618352794@sss.pgh.pa.us
contrib/pg_freespacemap/Makefile
contrib/pg_freespacemap/meson.build
contrib/pg_freespacemap/pg_freespacemap--1.2--1.3.sql [new file with mode: 0644]
contrib/pg_freespacemap/pg_freespacemap.control