We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fbbb7 commit 92269d5Copy full SHA for 92269d5
2 files changed
src/fe_utils/ora_string_utils.c
@@ -0,0 +1 @@
1
+../../src/oracle_fe_utils/ora_string_utils.c
src/test/regress/expected/oidjoins_1.out
@@ -266,3 +266,6 @@ NOTICE: checking pg_subscription {subdbid} => pg_database {oid}
266
NOTICE: checking pg_subscription {subowner} => pg_authid {oid}
267
NOTICE: checking pg_subscription_rel {srsubid} => pg_subscription {oid}
268
NOTICE: checking pg_subscription_rel {srrelid} => pg_class {oid}
269
+NOTICE: checking pg_package {pkgnamespace} => pg_namespace {oid}
270
+NOTICE: checking pg_package {pkgowner} => pg_authid {oid}
271
+NOTICE: checking pg_package_body {pkgoid} => pg_package {oid}
0 commit comments