mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
@@ -184,7 +184,7 @@ _bt_search(Relation rel, int keysz, ScanKey scankey, bool nextkey,
|
||||
|
||||
/*
|
||||
* If we're asked to lock leaf in write mode, but didn't manage to, then
|
||||
* relock. That may happend when root page appears to be leaf.
|
||||
* relock. That may happen when the root page appears to be leaf.
|
||||
*/
|
||||
if (access == BT_WRITE && page_access == BT_READ)
|
||||
{
|
||||
|
||||
@@ -487,7 +487,7 @@ AssignTransactionId(TransactionState s)
|
||||
|
||||
/*
|
||||
* Ensure parent(s) have XIDs, so that a child always has an XID later
|
||||
* than its parent. Musn't recurse here, or we might get a stack overflow
|
||||
* than its parent. Mustn't recurse here, or we might get a stack overflow
|
||||
* if we're at the bottom of a huge stack of subtransactions none of which
|
||||
* have XIDs yet.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user