forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc26552f
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 parent9268fc3 commitc26552f
1 file changed
+6
-4
lines changed| 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)