fix(psql): disable startup file loading - #3497
Conversation
|
nightcityblade seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Confirmed the One flag before this merges: the original report had three separate sub-issues, and this closes only the first. Since the PR says "Fixes #3395", merging into Still open, neither touched by this diff:
Not asking for either in this PR — just flagging so they get a follow-up issue instead of disappearing when #3395 closes. |
|
Thanks for flagging this. I changed the linkage so #3395 will remain open for the NLS-footer and literal-pipe issues; this PR stays scoped to the startup-file fix. |
Addresses the startup-file portion of #3395.
Summary
psqlwith-Xso startup configuration cannot alter the aligned output that RTK parses.-Xor--no-psqlrc.Test plan
cargo fmt --all && cargo clippy --all-targets && cargo testrtk <command>output inspectedtest_build_psql_command_disables_startup_file; a live PostgreSQL server is not required for this argument-only change.