Commit 4aba61b
committed
Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c
6f6f284 has introduced a specific macro to make printf()-ing of LSNs
easier. This takes care of what looks like the remaining code paths
that did not get the call.
Author: Michael Paquier
Reviewed-by: Kyotaro Horiguchi, Tom Lane
Discussion: https://postgr.es/m/YIJS9x6K8ruizN7j@paquier.xyz1 parent bb3ecc8 commit 4aba61b
1 file changed
+5
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
757 | | - | |
758 | | - | |
| 757 | + | |
759 | 758 | | |
760 | 759 | | |
761 | 760 | | |
| |||
968 | 967 | | |
969 | 968 | | |
970 | 969 | | |
971 | | - | |
972 | | - | |
973 | | - | |
974 | | - | |
| 970 | + | |
| 971 | + | |
975 | 972 | | |
976 | 973 | | |
977 | 974 | | |
| |||
986 | 983 | | |
987 | 984 | | |
988 | 985 | | |
989 | | - | |
990 | | - | |
991 | | - | |
992 | | - | |
| 986 | + | |
| 987 | + | |
993 | 988 | | |
994 | 989 | | |
995 | 990 | | |
| |||
0 commit comments