Re: Converting built-in SQL functions to new style

Justin Pryzby <pryzby@telsasoft.com>

From: Justin Pryzby <pryzby@telsasoft.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, Robert Haas <robertmhaas@gmail.com>, Noah Misch <noah@leadboat.com>, pgsql-hackers@lists.postgresql.org, Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2021-04-16T02:07:38Z
Lists: pgsql-hackers
On Thu, Apr 15, 2021 at 07:25:39PM -0400, Tom Lane wrote:
> One thing I was wondering about, but did not pull the trigger on
> here, is whether to split off the function-related stuff in
> system_views.sql into a new file "system_functions.sql"

+1

-- 
Justin



Commits

  1. Update dummy prosrc values.

  2. Convert built-in SQL-language functions to SQL-standard-body style.

  3. Split function definitions out of system_views.sql into a new file.