]> granicus.if.org Git - postgresql/commit
Assert that create_unique_path returns non-NULL.
authorRobert Haas <rhaas@postgresql.org>
Thu, 28 Jan 2016 03:03:18 +0000 (22:03 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 28 Jan 2016 03:03:18 +0000 (22:03 -0500)
commiteaf7b1f6432480e93d8c6824fbd503761a1c1a4f
treef7b8f99703e9a99de97276829ce4f0eba9359423
parent025b2f339260b727e113a01a20b616a336bff00a
Assert that create_unique_path returns non-NULL.

Per off-list discussion with Tom Lane and Michael Paquier, Coverity
gets unhappy if this is not done.
src/backend/optimizer/path/joinpath.c