mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Fix typos in comments and in one isolation test.
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions by me. Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* Combo command ID support routines
|
||||
*
|
||||
* Before version 8.3, HeapTupleHeaderData had separate fields for cmin
|
||||
* and cmax. To reduce the header size, cmin and cmax are now overlayed
|
||||
* and cmax. To reduce the header size, cmin and cmax are now overlaid
|
||||
* in the same field in the header. That usually works because you rarely
|
||||
* insert and delete a tuple in the same transaction, and we don't need
|
||||
* either field to remain valid after the originating transaction exits.
|
||||
|
||||
Reference in New Issue
Block a user