git.postgresql.org Git - postgresql.git/commit
Sun, 1 Mar 2015 17:31:32 +0000 (12:31 -0500)
Sun, 1 Mar 2015 17:31:32 +0000 (12:31 -0500)
commit 097fe194aa7c590b4fa43d5e40c083940859c286
Move memory context callback declarations into palloc.h.
Initial experience with this feature suggests that instances of
MemoryContextCallback are likely to propagate into some widely-used headers
over time. As things stood, that would result in pulling memutils.h or
at least memnodes.h into common headers, which does not seem desirable.
Instead, let's decide that this feature is part of the "ordinary palloc
user" API rather than the "specialized context management" API, and as
such should be declared in palloc.h not memutils.h.
This is the main PostgreSQL git repository.
RSS
Atom