summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorJoe Conway <mail@joeconway.com>2017-01-02 14:12:28 -0800
committerJoe Conway <mail@joeconway.com>2017-01-02 14:12:28 -0800
commit6b4a1764aa5dfece5020b78beb56ffde66bd1b21 (patch)
treefd7307323600471fc2c271b2ee2e22cca6ad38a3 /src/backend/access/transam/xlog.c
parent3f9479603caca249fb3643871c24c6fa55a339b4 (diff)
Silence compiler warnings
In GetCachedPlan(), initialize 'plan' to silence a compiler warning, but also add an Assert() to make sure we don't ever actually fall through with 'plan' still being set to NULL, since we are about to dereference it. Back-patch back to 9.2. Author: Stephen Frost Discussion: https://postgr.es/m/20161129152102.GR13284%40tamriel.snowman.net
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions