- Notifications
You must be signed in to change notification settings - Fork5
Commit59ed94a
committed
Mark application_name as GUC_REPORT so that the value will be reported back
to the client by the server. This might seem pretty pointless but apparentlyit will help pgbouncer, and perhaps other connection poolers. Anyway it'spractically free to do so for the normal use-case where appname is only setin the startup packet --- we're just adding a few more bytes to the initialParameterStatus response packet. Per comments from Marko Kreen.1 parent3dfcf8c commit59ed94a
File tree
3 files changed
+12
-8
lines changed- doc/src/sgml
- src/backend/utils/misc
3 files changed
+12
-8
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
1167 | 1167 |
| |
1168 | 1168 |
| |
1169 | 1169 |
| |
| 1170 | + | |
1170 | 1171 |
| |
1171 | 1172 |
| |
1172 | 1173 |
| |
| |||
1177 | 1178 |
| |
1178 | 1179 |
| |
1179 | 1180 |
| |
1180 |
| - | |
1181 |
| - | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
1182 | 1184 |
| |
1183 | 1185 |
| |
1184 | 1186 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
1088 | 1088 |
| |
1089 | 1089 |
| |
1090 | 1090 |
| |
| 1091 | + | |
1091 | 1092 |
| |
1092 | 1093 |
| |
1093 | 1094 |
| |
| |||
1098 | 1099 |
| |
1099 | 1100 |
| |
1100 | 1101 |
| |
1101 |
| - | |
1102 |
| - | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
1103 | 1105 |
| |
1104 | 1106 |
| |
1105 | 1107 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
2541 | 2541 |
| |
2542 | 2542 |
| |
2543 | 2543 |
| |
2544 |
| - | |
| 2544 | + | |
2545 | 2545 |
| |
2546 | 2546 |
| |
2547 | 2547 |
| |
|
0 commit comments
Comments
(0)