@@ -83,11 +83,13 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do
8383 " postgresql-${version} -pgaudit"
8484 " postgresql-${version} -pglogical"
8585 " postgresql-${version} -plpgsql-check"
86+ " postgresql-${version} -pg-checksums"
8687 " postgresql-${version} -postgis-${POSTGIS_VERSION% .* } "
8788 " postgresql-${version} -postgis-${POSTGIS_VERSION% .* } -scripts"
8889 " postgresql-${version} -repack"
8990 " postgresql-${version} -pgvector"
90- " postgresql-${version} -roaringbitmap" )
91+ " postgresql-${version} -roaringbitmap"
92+ " postgresql-${version} -pgfaceting" )
9193
9294 if [ " $version " -lt 18 ]; then
9395 EXTRAS+=(" postgresql-${version} -pgl-ddl-deploy"
@@ -97,12 +99,10 @@ for version in $DEB_PG_SUPPORTED_VERSIONS; do
9799 if [ " $version " -lt 19 ]; then
98100 EXTRAS+=(" postgresql-${version} -first-last-agg"
99101 " postgresql-${version} -pldebugger"
100- " postgresql-${version} -pg-checksums"
101102 " postgresql-${version} -pgq-node"
102103 " postgresql-${version} -wal2json"
103104 " postgresql-${version} -decoderbufs"
104- " postgresql-${version} -pllua"
105- " postgresql-${version} -pgfaceting" )
105+ " postgresql-${version} -pllua" )
106106 fi
107107
108108 if [ " $WITH_PERL " = " true" ]; then
0 commit comments