1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Fix some typos introduced by the logical decoding patch.

Erik Rijkers
This commit is contained in:
Robert Haas
2014-03-05 13:00:22 -05:00
parent 97e899e1b8
commit 406a1a9ef0
4 changed files with 5 additions and 5 deletions

View File

@ -179,7 +179,7 @@ StartupDecodingContext(List *output_plugin_options,
* perform the use-case dependent, actual, work.
*
* Needs to be called while in a memory context that's at least as long lived
* as the the decoding context because further memory contexts will be created
* as the decoding context because further memory contexts will be created
* inside it.
*
* Returns an initialized decoding context after calling the output plugin's
@ -334,7 +334,7 @@ CreateInitDecodingContext(char *plugin,
* perform the use-case dependent, actual, work.
*
* Needs to be called while in a memory context that's at least as long lived
* as the the decoding context because further memory contexts will be created
* as the decoding context because further memory contexts will be created
* inside it.
*
* Returns an initialized decoding context after calling the output plugin's