Skip to content

PG-2795 io_method fact: fall back to worker when IO_METHOD is unset - #190

Open
dutow wants to merge 1 commit into
mainfrom
PG-2795-io-method
Open

dutow wants to merge 1 commit into
mainfrom
PG-2795-io-method

Conversation

@dutow

@dutow dutow commented Sep 24, 2026

Copy link
Copy Markdown
Collaborator

lookup('env') returns an empty string for an unset variable, so default('worker') never applied and postgresql.conf got a bare 'io_method = ' line. postgres then fails to start and the pgpool2 postinst aborts on the invalid config. jenkins always sets IO_METHOD, local runs did not.

lookup('env') returns an empty string for an unset variable, so
default('worker') never applied and postgresql.conf got a bare
'io_method = ' line. postgres then fails to start and the pgpool2
postinst aborts on the invalid config. jenkins always sets IO_METHOD,
local runs did not.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants