gpdb
gpdb copied to clipboard
Code formatting using pg_ident
trafficstars
Enhancement
Hi hackers, how about to apply a pg_ident run to the repo codebase?
For example, you can open this file in raw mode and look for exec_mpp_query, you will see space and tabs are mixed, which complicates code readability
+1 to do this, wait for others' comments.
FYI, git blame --ignore-revs-file could ignore some commits, or git config's blame.ignoreRevsFile.
or .git-blame-ignore-revs file.