How to tell if SQL function gets inlined?

From: Joe Conway <mail(at)joeconway(dot)com>
To: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: How to tell if SQL function gets inlined?
Date: 2003-11-09 03:14:32
Message-ID: 3FADB118.3030607@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is there any way, short of using a debugger with a strategically placed
breakpoint, to tell if a SQL function has been inlined?

Joe

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-11-09 03:16:53 Re: Bug fix for 7.4?
Previous Message Bruce Momjian 2003-11-09 03:07:29 Re: [HACKERS] BEGIN vs START TRANSACTION