forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4a3d806
committed
Use ExplainPropertyInteger for queryid in EXPLAIN
This saves a few lines of code. Also add a comment to mention why we useExplainPropertyInteger instead of ExplainPropertyUInteger given thatqueryid is a uint64 type.Author: David RowleyReviewed-by: Julien RouhaudDiscussion:https://postgr.es/m/CAApHDvqhSLYpSU_EqUdN39w9Uvb8ogmHV7_3YhJ0S3aScGBjsg@mail.gmail.comBackpatch-through: 14, where this code was originally added1 parentc9229d3 commit4a3d806
1 file changed
+6
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
606 | 606 |
| |
607 | 607 |
| |
608 | 608 |
| |
609 |
| - | |
610 |
| - | |
611 |
| - | |
612 |
| - | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
613 | 615 |
| |
614 | 616 |
| |
615 | 617 |
| |
|
0 commit comments
Comments
(0)