Home Explore Blog CI



nixpkgs

1st chunk of `nixos/tests/postgresql/wal2json/README.md`
92a018ae0f748b5584f27cd77c1e6e420e734394d98eb9dc0000000100000275
Data in this folder taken from the wal2json README's examples [here](https://github.com/eulerto/wal2json/tree/75629c2e1e81a12350cc9d63782fc53252185d8d#sql-functions)

They are used under the terms of the BSD-3 License, a copy of which is included
in this directory.

These files have been lightly modified in order to make their output more reproducible.

Changes:
- `\o /dev/null` has been added before commands that print LSNs since LSNs aren't reproducible
- `now()` has been replaced with a hardcoded timestamp string for reproducibility
- The test is run with `--quiet`, and the expected output has been trimmed accordingly

Title: Data Source and Modifications
Summary
The data in this folder is derived from examples in the wal2json README, used under the BSD-3 License. Modifications have been made to enhance reproducibility, including suppressing LSN output, replacing `now()` with a fixed timestamp, and using `--quiet` mode with trimmed output.