pg_language(langispl) column apparently not needed
Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.
You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:
docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t49141psql -h localhost -U postgresBuilt from patchset v1 (message #1), August 17, 2026 at 10:01 AM.
I couldn't find a reference to the 'langispl' attribute, so I removed it (see
the diff attached) and the master branch compiled cleanly. Is there yet a
reason to keep it?
--
Antonin Houska
Web: https://www.cybertec-postgresql.com
Attachments:
remove_lanispl.difftext/x-diffDownload+0-4
Antonin Houska <ah@cybertec.at> writes:
I couldn't find a reference to the 'langispl' attribute, so I removed it (see
the diff attached) and the master branch compiled cleanly. Is there yet a
reason to keep it?
You didn't test pg_dump, I take it.
regards, tom lane