summaryrefslogtreecommitdiff
path: root/src/backend/executor/Makefile
diff options
context:
space:
mode:
authorDavid Rowley2021-07-14 00:43:58 +0000
committerDavid Rowley2021-07-14 00:43:58 +0000
commit83f4fcc65503c5d4e5d5eefc8e7a70d3c9a6496f (patch)
tree23c0962d1c255e8e6ca5cc29a0d1fe68e2d1223d /src/backend/executor/Makefile
parentd68a00391214be2020e49be4b55f761d47a5c229 (diff)
Change the name of the Result Cache node to Memoize
"Result Cache" was never a great name for this node, but nobody managed to come up with another name that anyone liked enough. That was until David Johnston mentioned "Node Memoization", which Tom Lane revised to just "Memoize". People seem to like "Memoize", so let's do the rename. Reviewed-by: Justin Pryzby Discussion: https://postgr.es/m/[email protected] Backpatch-through: 14, where Result Cache was introduced
Diffstat (limited to 'src/backend/executor/Makefile')
-rw-r--r--src/backend/executor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/Makefile b/src/backend/executor/Makefile
index f08b282a5e6..11118d0ce02 100644
--- a/src/backend/executor/Makefile
+++ b/src/backend/executor/Makefile
@@ -53,6 +53,7 @@ OBJS = \
nodeLimit.o \
nodeLockRows.o \
nodeMaterial.o \
+ nodeMemoize.o \
nodeMergeAppend.o \
nodeMergejoin.o \
nodeModifyTable.o \
@@ -61,7 +62,6 @@ OBJS = \
nodeProjectSet.o \
nodeRecursiveunion.o \
nodeResult.o \
- nodeResultCache.o \
nodeSamplescan.o \
nodeSeqscan.o \
nodeSetOp.o \