Skip to content

Commit 91e0b82

Browse files
committed
Fix: remove .sql suffix for initdb load
1 parent 842c27a commit 91e0b82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/initdb/initdb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,8 @@ setup_schema(FILE *cmdfd)
20642064
{
20652065
setup_run_file(cmdfd, info_schema_file);
20662066

2067+
setup_run_file(cmdfd, "oracle_compat_views.sql");
2068+
20672069
PG_CMD_PRINTF("UPDATE information_schema.sql_implementation_info "
20682070
" SET character_value = '%s' "
20692071
" WHERE implementation_info_name = 'DBMS VERSION';\n\n",

0 commit comments

Comments
 (0)