mirror of
https://github.com/postgres/postgres.git
synced 2026-01-27 21:43:08 +03:00
Revert 56-bit relfilenode change and follow-up commits.
There are still some alignment-related failures in the buildfarm, which might or might not be able to be fixed quickly, but I've also just realized that it increased the size of many WAL records by 4 bytes because a block reference contains a RelFileLocator. The effect of that hasn't been studied or discussed, so revert for now.
This commit is contained in:
@@ -22,7 +22,5 @@ extern void handle_help_version_opts(int argc, char *argv[],
|
||||
extern bool option_parse_int(const char *optarg, const char *optname,
|
||||
int min_range, int max_range,
|
||||
int *result);
|
||||
extern bool option_parse_relfilenumber(const char *optarg,
|
||||
const char *optname);
|
||||
|
||||
#endif /* OPTION_UTILS_H */
|
||||
|
||||
Reference in New Issue
Block a user