summaryrefslogtreecommitdiff
path: root/contrib/btree_gin/expected/bytea.out
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/btree_gin/expected/bytea.out')
-rw-r--r--contrib/btree_gin/expected/bytea.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/btree_gin/expected/bytea.out b/contrib/btree_gin/expected/bytea.out
index 7b19149205..8b5a0c615d 100644
--- a/contrib/btree_gin/expected/bytea.out
+++ b/contrib/btree_gin/expected/bytea.out
@@ -1,4 +1,6 @@
set enable_seqscan=off;
+-- ensure consistent test output regardless of the default bytea format
+SET bytea_output TO escape;
CREATE TABLE test_bytea (
i bytea
);