mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Fix inconsistencies and typos in the tree
This is numbered take 8, and addresses again a set of issues with code comments, variable names and unreferenced variables. Author: Alexander Lakhin Discussion: https://postgr.es/m/b137b5eb-9c95-9c2f-586e-38aba7d59788@gmail.com
This commit is contained in:
@@ -733,7 +733,7 @@ AggregateCreate(const char *aggName,
|
||||
* Create dependencies for the aggregate (above and beyond those already
|
||||
* made by ProcedureCreate). Note: we don't need an explicit dependency
|
||||
* on aggTransType since we depend on it indirectly through transfn.
|
||||
* Likewise for aggmTransType using the mtransfunc, if it exists.
|
||||
* Likewise for aggmTransType using the mtransfn, if it exists.
|
||||
*
|
||||
* If we're replacing an existing definition, ProcedureCreate deleted all
|
||||
* our existing dependencies, so we have to do the same things here either
|
||||
|
||||
Reference in New Issue
Block a user