postgresql/src/bin/pg_waldump
Peter Eisentraut 4c8044c044 pg_waldump: Allow hexadecimal values for -t/--timeline option
This makes it easier to specify values taken directly from WAL file
names.

The option parsing is arranged in the style of option_parse_int() (but
we need to parse unsigned int), to allow future refactoring in the
same manner.

Reviewed-by: Sébastien Lardière <sebastien@lardiere.net>
Discussion: https://www.postgresql.org/message-id/flat/8fef346e-2541-76c3-d768-6536ae052993@lardiere.net
2023-03-21 08:05:23 +01:00
..
po Update copyright for 2023 2023-01-02 15:00:37 -05:00
t Update copyright for 2023 2023-01-02 15:00:37 -05:00
.gitignore Fix busted .gitignore entry. 2022-04-08 14:22:47 -04:00
Makefile Add contrib/pg_walinspect. 2022-04-08 00:26:44 -07:00
compat.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls.mk Break up long GETTEXT_FILES lists 2023-03-08 15:05:43 +01:00
pg_waldump.c pg_waldump: Allow hexadecimal values for -t/--timeline option 2023-03-21 08:05:23 +01:00
rmgrdesc.c Try to silence "-Wmissing-braces" complaints in rmgrdesc.c. 2022-04-07 00:56:09 -07:00
rmgrdesc.h Custom WAL Resource Managers. 2022-04-06 23:06:46 -07:00