forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5c46e7d
committed
pg_stat_{ssl,gssapi}: Show only processes with connections
It is pointless to show in those views auxiliary processes that don'topen network connections.A small incompatibility is that anybody joining pg_stat_activity andpg_stat_ssl/pg_stat_gssapi will have to use a left join if they want tosee such auxiliary processes.Author: Euler TaveiraDiscussion:https://postgr.es/m/20190904151535.GA29108@alvherre.pgsql1 parent1f55eba commit5c46e7d
File tree
3 files changed
+9
-5
lines changed- src
- backend/catalog
- include/catalog
- test/regress/expected
3 files changed
+9
-5
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
826 | 826 |
| |
827 | 827 |
| |
828 | 828 |
| |
829 |
| - | |
| 829 | + | |
| 830 | + | |
830 | 831 |
| |
831 | 832 |
| |
832 | 833 |
| |
833 | 834 |
| |
834 | 835 |
| |
835 | 836 |
| |
836 | 837 |
| |
837 |
| - | |
| 838 | + | |
| 839 | + | |
838 | 840 |
| |
839 | 841 |
| |
840 | 842 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1845 | 1845 |
| |
1846 | 1846 |
| |
1847 | 1847 |
| |
1848 |
| - | |
| 1848 | + | |
| 1849 | + | |
1849 | 1850 |
| |
1850 | 1851 |
| |
1851 | 1852 |
| |
| |||
1964 | 1965 |
| |
1965 | 1966 |
| |
1966 | 1967 |
| |
1967 |
| - | |
| 1968 | + | |
| 1969 | + | |
1968 | 1970 |
| |
1969 | 1971 |
| |
1970 | 1972 |
| |
|
0 commit comments
Comments
(0)