pg_language(langispl) column apparently not needed

Started by Antonin Houskaabout 2 years ago2 messageshackers
Jump to latest
#1Antonin Houska
ah@cybertec.at

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
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Antonin Houska (#1)
Re: pg_language(langispl) column apparently not needed

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