From 5301457394c914cf9afb8c38a482d1dca6cbc9e1 Mon Sep 17 00:00:00 2001
From: Jelte Fennema <github-tech@jeltef.nl>
Date: Mon, 7 Dec 2020 20:34:49 +0100
Subject: [PATCH 2/6] Move comment to make refactor script work

---
 src/backend/access/hash/hashovfl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/access/hash/hashovfl.c b/src/backend/access/hash/hashovfl.c
index 404f2b6221..49f4dee9c7 100644
--- a/src/backend/access/hash/hashovfl.c
+++ b/src/backend/access/hash/hashovfl.c
@@ -875,8 +875,8 @@ _hash_squeezebucket(Relation rel,
 		int			i;
 		bool		retain_pin = false;
 
-readpage:
 		/* Scan each tuple in "read" page */
+readpage:
 		maxroffnum = PageGetMaxOffsetNumber(rpage);
 		for (roffnum = FirstOffsetNumber;
 			 roffnum <= maxroffnum;
-- 
2.17.1

