From c80b5f66c6faff085e312492be0aa50754e99eb9 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Sat, 5 Sep 2015 11:35:49 +0300 Subject: Fix misc typos. Oskari Saarenmaa. Backpatch to stable branches where applicable. --- src/backend/access/gin/ginfast.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/access/gin/ginfast.c') diff --git a/src/backend/access/gin/ginfast.c b/src/backend/access/gin/ginfast.c index 54e593d8a97..ae446653a95 100644 --- a/src/backend/access/gin/ginfast.c +++ b/src/backend/access/gin/ginfast.c @@ -888,8 +888,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)) { -- cgit v1.2.3