mirror of
https://github.com/postgres/postgres.git
synced 2026-04-12 20:46:42 -04:00
We were never doing clearerr() on the output stream, which results in a
message being printed after each result once an EOF is seen:
could not print result table: Success
This message was added by commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| archive.c | ||
| cancel.c | ||
| conditional.c | ||
| Makefile | ||
| mbprint.c | ||
| print.c | ||
| psqlscan.l | ||
| recovery_gen.c | ||
| simple_list.c | ||
| string_utils.c | ||