nocfbot-0012-Fix-execRPR-Makefile-ordering.txt

text/plain

Filename: nocfbot-0012-Fix-execRPR-Makefile-ordering.txt
Type: text/plain
Part: 11
Message: Re: Row pattern recognition
From b49e64adde991d23799fdfd309e6d996c8d2e5c6 Mon Sep 17 00:00:00 2001
From: Henson Choi <assam258@gmail.com>
Date: Tue, 7 Apr 2026 09:14:59 +0900
Subject: [PATCH 12/40] Fix execRPR.o ordering in executor Makefile to match
 meson.build

---
 src/backend/executor/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/executor/Makefile b/src/backend/executor/Makefile
index eeed9a904e5..2b257427795 100644
--- a/src/backend/executor/Makefile
+++ b/src/backend/executor/Makefile
@@ -25,8 +25,8 @@ OBJS = \
 	execParallel.o \
 	execPartition.o \
 	execProcnode.o \
-	execReplication.o \
 	execRPR.o \
+	execReplication.o \
 	execSRF.o \
 	execScan.o \
 	execTuples.o \
-- 
2.50.1 (Apple Git-155)