░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/share/postgresql-common/server
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: catversion
#!/bin/sh # Extract server catalog and control file version numbers. # This information is stored in the packages and used at install time to # determine if an in-major-version pg_upgradecluster is required. set -eu CATVERSION=$(awk '/^#define CATALOG_VERSION_NO/ { print $3 }' src/include/catalog/catversion.h) CONTROLVERSION=$(awk '/^#define PG_CONTROL_VERSION/ { print $3 }' src/include/catalog/pg_control.h) case $CONTROLVERSION in # control file versions used in PG 9.6 .. 15 # don't append to catversion to avoid spurious warnings for users of existing packages 960|1002|1100|1201|1300) echo "$CATVERSION" ;; *) echo "$CATVERSION-$CONTROLVERSION" ;; esac
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 catversion
?
681 B
2023-10-19 12:38
EDIT
📄 pg_config.pl
PL
1.8 KB
2023-10-19 12:38
EDIT
📄 postgresql.mk
MK
10.5 KB
2023-11-08 10:12
EDIT
📄 README
?
143 B
2023-10-19 12:38
EDIT
📄 test-with-jit.conf
CONF
154 B
2023-10-19 12:38
EDIT