postgresql/src/backend/replication/logical
Michael Paquier 8961cb9a03 Fix typos in comments
The changes done in this commit impact comments with no direct
user-visible changes, with fixes for incorrect function, variable or
structure names.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com
2023-05-02 12:23:08 +09:00
..
Makefile Perform apply of large transactions by parallel workers. 2023-01-09 07:52:45 +05:30
applyparallelworker.c Add a new wait state and use it when sending data in the apply worker. 2023-02-16 07:46:31 +05:30
decode.c Improve error messages introduced in be87200efd and 0fdab27ad6 2023-04-12 11:00:37 -07:00
launcher.c Avoid type cheats for invalid dsa_handles and dshash_table_handles. 2023-01-25 11:48:38 -05:00
logical.c Improve error messages introduced in be87200efd and 0fdab27ad6 2023-04-12 11:00:37 -07:00
logicalfuncs.c Prevent use of invalidated logical slot in CreateDecodingContext() 2023-04-07 22:19:05 -07:00
meson.build Perform apply of large transactions by parallel workers. 2023-01-09 07:52:45 +05:30
message.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
origin.c Optimize the origin drop functionality. 2023-02-03 08:29:08 +05:30
proto.c Deduplicate handling of binary and text modes in logicalrep_read_tuple(). 2023-03-06 09:54:57 +05:30
relation.c Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber. 2023-03-15 08:49:04 +05:30
reorderbuffer.c Fix typos in comments 2023-05-02 12:23:08 +09:00
snapbuild.c Fix various typos in code and tests 2023-02-09 14:43:53 +09:00
tablesync.c Fix various typos and incorrect/outdated name references 2023-04-19 13:50:33 +12:00
worker.c Use elog to report unexpected action in handle_streamed_transaction(). 2023-04-24 15:37:14 +09:00