Clarify pg_regress limitation for regular users in README

Co-Authored-By: alexeymasterov@neon.tech <alexeymasterov@neon.tech>
This commit is contained in:
Devin AI
2025-04-23 12:04:11 +00:00
parent 1ca11382e1
commit ea9d987cad

View File

@@ -63,7 +63,7 @@ For testing with regular users (particularly for cloud instances), each extensio
3. Installs the extension
4. Runs regression tests
A note about pg_regress: Since pg_regress attempts to set `lc_messages` for the database by default (which can cause issues), we create databases manually and use the `--use-existing` option to bypass this limitation.
A note about pg_regress: Since pg_regress attempts to set `lc_messages` for the database by default, which is forbidden for regular users, we create databases manually and use the `--use-existing` option to bypass this limitation.
### CI Workflows