Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid loading user's psqlrc when loading test structure #19503

Merged
merged 1 commit into from
Mar 25, 2015

Conversation

jasoncodes
Copy link
Contributor

This avoids user configuration from interfering with loading of test structure.

In my case, I have \timing in my ~/.psqlrc which, when enabled, results in thousands of Time: 0.124 ms lines being outputted every time I run rake db:test:prepare.

@senny
Copy link
Member

senny commented Mar 25, 2015

@jasoncodes Thank you 💛

I added a CHANGELOG entry and adjusted the tests accordingly.

@senny senny merged commit 78fb8bb into rails:master Mar 25, 2015
senny added a commit that referenced this pull request Mar 25, 2015
Avoid loading user's psqlrc when loading test structure
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.

None yet

2 participants