depot/third_party/nixpkgs/nixos/tests/postgresql/wal2json
Default email 7e47f3658e Project import generated by Copybara.
GitOrigin-RevId: 1925c603f17fc89f4c8f6bf6f631a802ad85d784
2024-09-26 11:04:55 +00:00
..
example2.out Project import generated by Copybara. 2024-09-26 11:04:55 +00:00
example2.sql Project import generated by Copybara. 2024-09-26 11:04:55 +00:00
example3.out Project import generated by Copybara. 2024-09-26 11:04:55 +00:00
example3.sql Project import generated by Copybara. 2024-09-26 11:04:55 +00:00
LICENSE Project import generated by Copybara. 2024-09-26 11:04:55 +00:00
README.md Project import generated by Copybara. 2024-09-26 11:04:55 +00:00

Data in this folder taken from the wal2json README's examples here

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