mirror of
https://github.com/postgres/postgres.git
synced 2026-06-27 09:22:52 -04:00
doc: Fix typo
From: Alexander Law <exclusion@gmail.com>
This commit is contained in:
parent
4d042999f9
commit
d3fbd5929c
1 changed files with 1 additions and 1 deletions
|
|
@ -854,7 +854,7 @@ void
|
|||
EndDirectModify (ForeignScanState *node);
|
||||
</programlisting>
|
||||
|
||||
Clean up following a direc modification on the remote server. It is
|
||||
Clean up following a direct modification on the remote server. It is
|
||||
normally not important to release palloc'd memory, but for example open
|
||||
files and connections to the remote server should be cleaned up.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue