mirror of
https://github.com/postgres/postgres.git
synced 2026-03-21 18:10:25 -04:00
The present pg_resetwal code hardcodes the minimum value for -c as 2, which is FrozenTransactionId, but it's not clear why that is allowed. After some research, it was probably a mistake in the original patch. Change it to FirstNormalTransactionId, which matches other xid-related options in pg_resetwal. Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org> Discussion: https://www.postgresql.org/message-id/flat/d09f0e91-8757-642b-1a92-da9a52f5589a%40eisentraut.org |
||
|---|---|---|
| .. | ||
| po | ||
| t | ||
| .gitignore | ||
| Makefile | ||
| meson.build | ||
| nls.mk | ||
| pg_resetwal.c | ||