rewrite ExecPartitionCheckEmitError
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-12-06T22:22:21Z
Lists: pgsql-hackers
Attachments
- 0001-rewrite-ExecPartitionCheckEmitError.patch (text/x-diff)
Just on cleanliness grounds, I propose to rewrite the function in $SUBJECT. I came across this while reviewing some already-committed patch for partition pruning, and it's been sitting in my laptop ever since. I think the current coding is too convoluted and hard to follow. The patch makes it much simpler (IMO). -- Álvaro Herrera
Commits
-
Rewrite ExecPartitionCheckEmitError for clarity
- e8b0e6b82dbd 12.0 landed