forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9c339eb
committed
Use unaligned output in selected regression queries to reduce diff noise.
The rules regression test prints all known views and rules, which is a setthat changes regularly. Previously, a change in one rule would frequentlylead to whitespace changes across the entire output of this query, which ispainful to verify and causes undesirable conflicts between unrelated patchsets. Use \a mode to improve matters. Also use \t mode to suppress thetotal-rows count, which was also a source of unnecessary patch conflicts.Likewise modify the output mode for the list of indexed tables generatedin sanity_check.sql. There might be other places where we should use thisidea, but these are the ones that have caused the most problems.Andres Freund1 parent9f9d9b5 commit9c339eb
File tree
4 files changed
+1140
-1130
lines changed- src/test/regress
- expected
- sql
4 files changed
+1140
-1130
lines changed0 commit comments
Comments
(0)