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:
@ -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
|
||||
|
Reference in New Issue
Block a user