1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Fix spelling errors and typos in comments

Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
Magnus Hagander
2018-11-02 13:56:16 +01:00
parent 8610c973dd
commit fbec7459aa
32 changed files with 34 additions and 34 deletions

View File

@@ -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)
{