forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitecbf6ac
committed
tests: Trim newline from result returned by BackgroundPsql->query
This went unnoticed, because only a few existing callers ofBackgroundPsql->query used the result, and the ones that did were notbothered by an extra newline. I noticed because I was about to add anew test that checks the result.Backport to all supported versions, since I just backported theBackgroundPsql facility to all supported versions too.1 parenta2dff27 commitecbf6ac
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 |
| - | |
| 226 | + | |
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
|
0 commit comments
Comments
(0)