Comment 1 for bug 2023418

Revision history for this message
Jason Boyer (jboyer) wrote :

Here's a branch that ignores the user customization files and makes Pg version detection more robust:
https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/jboyer/lp2023418_psql_flags / working/user/jboyer/lp2023418_psql_flags

To test:
Create a .psqlrc file for the user running eg_db_config to create a new database and include the following lines:

\pset linestyle unicode
\pset border 2

and try to create the new database; you should receive an error as stated above.

Apply the patch.
At minimum run 'make' again to regenerate eg_db_config, and try again.
Success!