From 1434627b66bd79bf70dedf28b493938c65df04ef Mon Sep 17 00:00:00 2001 From: Oliver Tan Date: Mon, 26 Jun 2023 11:59:30 -0400 Subject: [PATCH] sql: re-add encoding test for pg_lsn I committed the json but not the binary test. Woops! Release note: None --- pkg/cmd/generate-binary/main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/cmd/generate-binary/main.go b/pkg/cmd/generate-binary/main.go index 63cc201bc1c2..7f878112946c 100644 --- a/pkg/cmd/generate-binary/main.go +++ b/pkg/cmd/generate-binary/main.go @@ -367,6 +367,10 @@ var inputs = map[string][]string{ "epoch", }, + "'%s'::pg_lsn": { + "010011F/1ABCDEF0", + }, + "'%s'::time": { "00:00:00", "12:00:00.000001",