forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd4635b1
committed
Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANALYZE.
EXPLAIN ANALYZE shows the information of the numbers of exact/lossy blocks whichbitmap heap scan processes. But, previously, when those numbers were both zero,it displayed only the prefix "Heap Blocks:" in TEXT output format. This is strangeand would confuse the users. So this commit suppresses such unnecessary information.Backpatch to 9.4 where EXPLAIN ANALYZE was changed so that such information wasdisplayed.Etsuro Fujita1 parentab77485 commitd4635b1
1 file changed
+10
-7
lines changedLines changed: 10 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1937 | 1937 |
| |
1938 | 1938 |
| |
1939 | 1939 |
| |
1940 |
| - | |
1941 |
| - | |
1942 |
| - | |
1943 |
| - | |
1944 |
| - | |
1945 |
| - | |
1946 |
| - | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
1947 | 1950 |
| |
1948 | 1951 |
| |
1949 | 1952 |
| |
|
0 commit comments
Comments
(0)