Skip to content

Commit 7796bf4

Browse files
committed
Fix error message grammar
1 parent bfc4521 commit 7796bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg_show_plans.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ shmem_safety_check(void)
377377
ereport(ERROR,
378378
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
379379
errmsg("pg_show_plans must be loaded"
380-
"via shared_preload_libraries")));
380+
" via shared_preload_libraries")));
381381
}
382382

383383
bool

0 commit comments

Comments
 (0)