mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com
This commit is contained in:
@ -519,8 +519,8 @@ heap_decode(LogicalDecodingContext *ctx, XLogRecordBuffer *buf)
|
||||
* tuples, we're not interested in the record's contents.
|
||||
*
|
||||
* WAL contains likely-unnecessary commit-time invals from the
|
||||
* CacheInvalidateHeapTuple() call in heap_inplace_update().
|
||||
* Excess invalidation is safe.
|
||||
* CacheInvalidateHeapTuple() call in
|
||||
* heap_inplace_update_and_unlock(). Excess invalidation is safe.
|
||||
*/
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user