mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix various typos, grammar and code style in comments and docs
This fixes a set of issues that have accumulated over the past months (or years) in various code areas. Most fixes are related to some recent additions, as of the development of v15. Author: Justin Pryzby Discussion: https://postgr.es/m/20220124030001.GQ23027@telsasoft.com
This commit is contained in:
@ -8354,7 +8354,7 @@ log_heap_new_cid(Relation relation, HeapTuple tup)
|
||||
|
||||
/*
|
||||
* Build a heap tuple representing the configured REPLICA IDENTITY to represent
|
||||
* the old tuple in a UPDATE or DELETE.
|
||||
* the old tuple in an UPDATE or DELETE.
|
||||
*
|
||||
* Returns NULL if there's no need to log an identity or if there's no suitable
|
||||
* key defined.
|
||||
|
Reference in New Issue
Block a user