Skip to content

Commit 69e2d35

Browse files
committed
test(datatype, system-tables): enable test for pg_proc
1 parent 998e451 commit 69e2d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/datatype/test_system_table_queries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"pg_namespace",
2929
"pg_opclass",
3030
"pg_operator",
31-
# "pg_proc", # has unsupported type oid 30
31+
"pg_proc",
3232
"pg_rewrite",
3333
"pg_shdepend",
3434
"pg_statistic",

0 commit comments

Comments
 (0)