aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/constraint.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-08-22 23:55:34 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-08-22 23:55:57 -0400
commitead31d1a72b1a99b2741c42adc951564992fb24f (patch)
treec3d642b816ee2412be021935437536dee3921bce /src/backend/commands/constraint.c
parentd3337731277c3f65209fc39986627c66033812e9 (diff)
downloadpostgresql-ead31d1a72b1a99b2741c42adc951564992fb24f.tar.gz
postgresql-ead31d1a72b1a99b2741c42adc951564992fb24f.zip
Remove overly-pessimistic statement about constraint exclusion.
As of 9.2, constraint exclusion should work okay with prepared statements: the planner will try custom plans with actual values of the parameters, and observe that they are a lot cheaper than the generic plan, and thus never fall back to using the generic plan. Noted by Tatsuhito Kasahara.
Diffstat (limited to 'src/backend/commands/constraint.c')
0 files changed, 0 insertions, 0 deletions