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

Minor corrections to logical decoding patch.

This commit is contained in:
Robert Haas
2014-03-04 11:07:54 -05:00
parent 7558cc95d3
commit 7e8db2dc42
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
*
* NOTES
* This file coordinates interaction between the various modules that
* together providethe logical decoding, primarily by providing so
* together provide logical decoding, primarily by providing so
* called LogicalDecodingContexts. The goal is to encapsulate most of the
* internal complexity for consumers of logical decoding, so they can
* create and consume a changestream with a low amount of code.