depot/third_party/nixpkgs/nixos/tests/postgresql/wal2json
2024-11-10 23:59:47 +00:00
..
example2.out Merge commit '57725ef3ec0b51fea97137fca7cb8f14c98b4525' as 'third_party/nixpkgs' 2024-11-10 23:59:47 +00:00
example2.sql Merge commit '57725ef3ec0b51fea97137fca7cb8f14c98b4525' as 'third_party/nixpkgs' 2024-11-10 23:59:47 +00:00
example3.out Merge commit '57725ef3ec0b51fea97137fca7cb8f14c98b4525' as 'third_party/nixpkgs' 2024-11-10 23:59:47 +00:00
example3.sql Merge commit '57725ef3ec0b51fea97137fca7cb8f14c98b4525' as 'third_party/nixpkgs' 2024-11-10 23:59:47 +00:00
LICENSE Merge commit '57725ef3ec0b51fea97137fca7cb8f14c98b4525' as 'third_party/nixpkgs' 2024-11-10 23:59:47 +00:00
README.md Merge commit '57725ef3ec0b51fea97137fca7cb8f14c98b4525' as 'third_party/nixpkgs' 2024-11-10 23:59:47 +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