Re: pg_language(langispl) column apparently not needed

2024-02-02 Thread Tom Lane
Antonin Houska 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

pg_language(langispl) column apparently not needed

2024-02-02 Thread Antonin Houska
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 diff --git a/src/backend/commands/proclang.c b/src/backend/command