1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-26 23:43:30 +03:00

Fix misc typos.

Oskari Saarenmaa. Backpatch to stable branches where applicable.
This commit is contained in:
Heikki Linnakangas
2015-09-05 11:35:49 +03:00
parent dae1c9480e
commit 20d309a8f4
5 changed files with 6 additions and 6 deletions

View File

@@ -887,8 +887,8 @@ ginInsertCleanup(GinState *ginstate,
* locking */
/*
* remove readed pages from pending list, at this point all
* content of readed pages is in regular structure
* remove read pages from pending list, at this point all
* content of read pages is in regular structure
*/
if (shiftList(index, metabuffer, blkno, stats))
{