Use an enum instead of two bools to indicate wal inclusion in base backups
Magnus Hagander <magnus@hagander.net>
Use an enum instead of two bools to indicate wal inclusion in base backups This makes the code easier to read as it becomes more explicit what the different allowed combinations really are. Suggested by Michael Paquier
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_basebackup/pg_basebackup.c | modified | +22 −16 |