git.postgresql.org Git - postgresql.git/commit
Thu, 4 Jan 2018 20:48:15 +0000 (15:48 -0500)
Thu, 4 Jan 2018 20:48:15 +0000 (15:48 -0500)
commit cc6337d2fed598d4b5ac54d9a62708182b83a81e
Simplify and encapsulate tuple routing support code.
Instead of having ExecSetupPartitionTupleRouting return multiple out
parameters, have it return a pointer to a structure containing all of
those different things. Also, provide and use a cleanup function,
ExecCleanupTupleRouting, instead of cleaning up all of the resources
allocated by ExecSetupPartitionTupleRouting individually.
Amit Khandekar, reviewed by Amit Langote, David Rowley, and me
Discussion: http://postgr.es/m/CAJ3gD9fWfxgKC+PfJZF3hkgAcNOy-LpfPxVYitDEXKHjeieWQQ@mail.gmail.com
This is the main PostgreSQL git repository.
RSS
Atom