mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 03:40:28 -05:00
There is no reason to have the per-thread logfile file pointer as a
separate parameter in various functions: it's much simpler to put it in
the per-thread state struct instead, which is already being passed to
all functions that need the log file anyway. Change the callsites in
which it was used as a boolean to test whether logging is active, so
that they use the use_log global variable instead.
No backpatch, even though this exists since commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| exprparse.y | ||
| exprscan.l | ||
| Makefile | ||
| pgbench.c | ||
| pgbench.h | ||