mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +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>