mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
This fixes a crash if the local table has a function index and the function makes non-immutable calls. Reported-by: Scott Milliken <scott@deltaex.com> Author: Masahiko Sawada <sawada.mshk@gmail.com>