From ea9d987caddc3b05630ccde1697eedcde7bc2f53 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 12:04:11 +0000 Subject: [PATCH] Clarify pg_regress limitation for regular users in README Co-Authored-By: alexeymasterov@neon.tech --- docker-compose/ext-src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/ext-src/README.md b/docker-compose/ext-src/README.md index 4989764d8d..088578640a 100644 --- a/docker-compose/ext-src/README.md +++ b/docker-compose/ext-src/README.md @@ -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