- Notifications
You must be signed in to change notification settings - Fork5k
Commit00b52c3
committed
Simplify EXPLAIN code for Memoize
This removes a needless special case for Memoize's FORMAT TEXT EXPLAINoutput.ExplainPropertyText() outputs the same thing in text mode as thespecial-case code was doing, so removing the special-case code results inthe same EXPLAIN output, just with less code.It seems like a good idea to fix this to help prevent future changes inthis area from copying the same pattern.Author: Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>Reported-by: David Rowley <dgrowleyml@gmail.com>Discussion:https://postgr.es/m/88a71bcd-0b5c-4d0b-8107-757e96f402d5@tantorlabs.com1 parent202b127 commit00b52c3
1 file changed
+2
-12
lines changedLines changed: 2 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3625 | 3625 |
| |
3626 | 3626 |
| |
3627 | 3627 |
| |
3628 |
| - | |
3629 |
| - | |
3630 |
| - | |
3631 |
| - | |
3632 |
| - | |
3633 |
| - | |
3634 |
| - | |
3635 |
| - | |
3636 |
| - | |
3637 |
| - | |
3638 |
| - | |
3639 |
| - | |
| 3628 | + | |
| 3629 | + | |
3640 | 3630 |
| |
3641 | 3631 |
| |
3642 | 3632 |
| |
|
0 commit comments
Comments
(0)