Skip to content

Bump minimum supported PostgreSQL to 12 - #27

Open
jnasbyupgrade wants to merge 3 commits into
masterfrom
bump-pg-floor-12
Open

Bump minimum supported PostgreSQL to 12#27
jnasbyupgrade wants to merge 3 commits into
masterfrom
bump-pg-floor-12

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

Drops CI matrix legs and the declared floor for PG 9.3-11.

Not an arbitrary cut: cat_tools already declares 12.0 as its own
requirement (see its META.in.json), and extension_drop depends on
cat_tools. This surfaced concretely while folding update-path testing
into the main test job (#22): cat_tools.routine__parse_arg_types_text()
-- called unconditionally by extension_drop's install script, in both
its 0.1.1 release and current source -- hits a hardcoded DROP ROUTINE
inside cat_tools that doesn't exist before PG11. So a fresh install of
current extension_drop has actually been broken on PG9.3-10 this whole
time, just never caught by this repo's non-gating CI. Rather than
special-case around it, just stop claiming support for PG versions
cat_tools itself doesn't support.

Drops CI matrix legs and the declared floor for PG 9.3-11. Not an
arbitrary cut: cat_tools already declares 12.0 as its own floor, and
extension_drop depends on cat_tools, so those older versions were
never really supported once on a cat_tools version new enough to
provide the functions extension_drop actually calls.
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3b7dac15-d01e-4673-b989-0cb145cc54b1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant