mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out.
This commit is contained in:
@@ -903,10 +903,10 @@ fmgr_sql_validator(PG_FUNCTION_ARGS)
|
||||
else
|
||||
{
|
||||
/*
|
||||
* We can't do full prechecking of the function definition if there
|
||||
* are any polymorphic input types, because actual datatypes of
|
||||
* expression results will be unresolvable. The check will be done at
|
||||
* runtime instead.
|
||||
* We can't do full prechecking of the function definition if
|
||||
* there are any polymorphic input types, because actual datatypes
|
||||
* of expression results will be unresolvable. The check will be
|
||||
* done at runtime instead.
|
||||
*
|
||||
* We can run the text through the raw parser though; this will at
|
||||
* least catch silly syntactic errors.
|
||||
@@ -917,8 +917,8 @@ fmgr_sql_validator(PG_FUNCTION_ARGS)
|
||||
if (!haspolyarg)
|
||||
{
|
||||
/*
|
||||
* OK to do full precheck: analyze and rewrite the queries, then
|
||||
* verify the result type.
|
||||
* OK to do full precheck: analyze and rewrite the queries,
|
||||
* then verify the result type.
|
||||
*/
|
||||
SQLFunctionParseInfoPtr pinfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user