Remove set-but-not-used variable.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 698c7a3bc0d8b2d9677f47943cf20aaf864dabe5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-09-12T15:11:08Z
Releases: 9.0.23
Remove set-but-not-used variable.

In branches before 9.3, commit 8703059c6 caused join_is_legal()'s
unique_ified variable to become unused, since its only remaining
use is for LATERAL-related tests which don't exist pre-9.3.
My compiler didn't complain about that, but Peter's does.

Files

PathChange+/−
src/backend/optimizer/path/joinrels.c modified +0 −4