diff options
author | Andres Freund <andres@anarazel.de> | 2017-02-28 20:41:44 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2017-02-28 20:43:18 -0800 |
commit | 123ccbe58309d08e42009e99a4b34a3a1aef7798 (patch) | |
tree | 37d32a9bb0dbbfd192c7e6cce07b96ee7ddbbe37 /src/backend/executor | |
parent | f4e2d50cd7483a068c0a32e56b2d40f980cdea72 (diff) | |
download | postgresql-123ccbe58309d08e42009e99a4b34a3a1aef7798.tar.gz postgresql-123ccbe58309d08e42009e99a4b34a3a1aef7798.zip |
Fix assertion failure due to over-eager code deduplication.
In the previous commit I'd made MemoryContextContains() use
GetMemoryChunkContext(), but that causes trouble when the passed
pointer isn't allocated in any memory context - that's probably
something we shouldn't do, but the previous commit isn't a place for a
"policy" change.
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions