forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb90e6ce
committed
In PQprint(), write HTML table trailer before closing the output pipe.
This is an astonishingly ancient bit of silliness, dating AFAICS tocommitedb519b of 27-Jul-1996 which added the pipe close stanza inthe wrong place. It happens to be harmless given that the code abovethis won't enable the pager if html3 output mode is selected. Still,somebody might try to relax that restriction someday, and in any caseit could confuse readers and static analysis tools, so let's fix it inHEAD.Per bug #15541 from Pan Bian.Discussion:https://postgr.es/m/15541-c835d8b9a903f7ad@postgresql.org1 parent5deadfe commitb90e6ce
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
| 307 | + | |
| 308 | + | |
307 | 309 |
| |
308 | 310 |
| |
309 | 311 |
| |
| |||
323 | 325 |
| |
324 | 326 |
| |
325 | 327 |
| |
326 |
| - | |
327 |
| - | |
328 | 328 |
| |
329 | 329 |
| |
330 | 330 |
| |
|
0 commit comments
Comments
(0)