diff options
| author | David Rowley | 2021-07-14 00:43:58 +0000 |
|---|---|---|
| committer | David Rowley | 2021-07-14 00:43:58 +0000 |
| commit | 83f4fcc65503c5d4e5d5eefc8e7a70d3c9a6496f (patch) | |
| tree | 23c0962d1c255e8e6ca5cc29a0d1fe68e2d1223d /src/tools/pgindent | |
| parent | d68a00391214be2020e49be4b55f761d47a5c229 (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/20210708165145.GG1176@momjian.us
Backpatch-through: 14, where Result Cache was introduced
Diffstat (limited to 'src/tools/pgindent')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 9a0936ead1e..b287c29f646 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -1421,6 +1421,13 @@ Material MaterialPath MaterialState MdfdVec +Memoize +MemoizeEntry +MemoizeInstrumentation +MemoizeKey +MemoizePath +MemoizeState +MemoizeTuple MemoryContext MemoryContextCallback MemoryContextCallbackFunction @@ -2222,13 +2229,6 @@ RestoreOptions RestorePass RestrictInfo Result -ResultCache -ResultCacheEntry -ResultCacheInstrumentation -ResultCacheKey -ResultCachePath -ResultCacheState -ResultCacheTuple ResultRelInfo ResultState ReturnSetInfo @@ -2384,10 +2384,10 @@ SharedInvalSmgrMsg SharedInvalSnapshotMsg SharedInvalidationMessage SharedJitInstrumentation +SharedMemoizeInfo SharedRecordTableEntry SharedRecordTableKey SharedRecordTypmodRegistry -SharedResultCacheInfo SharedSortInfo SharedTuplestore SharedTuplestoreAccessor @@ -3272,6 +3272,8 @@ mbcharacter_incrementer mbdisplaylen_converter mblen_converter mbstr_verifier +memoize_hash +memoize_iterator metastring mix_data_t mixedStruct @@ -3478,8 +3480,6 @@ remoteDep rendezvousHashEntry replace_rte_variables_callback replace_rte_variables_context -resultcache_hash -resultcache_iterator ret_type rewind_source rewrite_event |
