2 Commits

Author SHA1 Message Date
Sven Klemm
a1666544a2 Ignore .psqlrc in test_fatal_command
When a local .psqlrc sets options that modify output of psql the
loader test will fail. This patch changes the test to ignore
the .psqlrc file.
2019-08-26 08:59:24 +02:00
David Kohn
53f45864b6 Make version mismatch errors FATAL
We currently check and throw an error if the version loaded in the
client is different from the installed extension version, however
there is no way to recover from this state in a backend. (There is
no way to load the new version as we cannot unload the old and no
commands can be effectively run). Now, we instead throw a
FATAL error which will cause the client to reconnect so it can load
the proper extension version.
2019-08-21 14:37:29 -04:00