1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Docs: typo fix.

Etsuro Fujita
This commit is contained in:
Tom Lane 2016-07-08 12:40:51 -04:00
parent 88cf37d2a8
commit 262c1b2e16

View File

@ -1201,7 +1201,7 @@ ImportForeignSchema (ImportForeignSchemaStmt *stmt, Oid serverOid);
<para>
<programlisting>
Size
bool
IsForeignScanParallelSafe(PlannerInfo *root, RelOptInfo *rel,
RangeTblEntry *rte);
</programlisting>