diff options
| -rw-r--r-- | src/backend/access/gin/ginxlog.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/backend/access/gin/ginxlog.c b/src/backend/access/gin/ginxlog.c index f9ed583ec0f..fc078b19594 100644 --- a/src/backend/access/gin/ginxlog.c +++ b/src/backend/access/gin/ginxlog.c @@ -528,6 +528,8 @@ ginRedoUpdateMetapage(XLogRecPtr lsn, XLogRecord *record)  							elog(ERROR, "failed to add item to index page");  						tuples = (IndexTuple) (((char *) tuples) + tupsize); + +						off++;  					}  					/* | 
