Skip to content

Commit b880e22

Browse files
committed
1 parent a806b14 commit b880e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/file-fdw.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
</variablelist>
175175

176176
<para>
177-
<command>COPY</command>'s <literal>FORCE_QUOTE</literal> options is
177+
<command>COPY</command>'s <literal>FORCE_QUOTE</literal> option is
178178
currently not supported by <literal>file_fdw</literal>.
179179
</para>
180180

doc/src/sgml/runtime.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ psql: could not connect to server: No such file or directory
753753
<row>
754754
<entry><varname>SEMMNI</varname></entry>
755755
<entry>Maximum number of semaphore identifiers (i.e., sets)</entry>
756-
<entry>at least <literal>ceil((max_connections + autovacuum_max_workers + wax_wal_senders + max_worker_processes + 5) / 16)</literal> plus room for other applications</entry>
756+
<entry>at least <literal>ceil((max_connections + autovacuum_max_workers + max_wal_senders + max_worker_processes + 5) / 16)</literal> plus room for other applications</entry>
757757
</row>
758758

759759
<row>

0 commit comments

Comments
 (0)