mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove bogus "extern" annotations on function definitions.
While this is not illegal C, project style is to put "extern" only on declarations not definitions. David Rowley Discussion: https://postgr.es/m/CAKJS1f9RKLWXcMBQhvDYhmsMEo+ALuNgA-NE+AX5Uoke9DJ2Xg@mail.gmail.com
This commit is contained in:
@ -5567,7 +5567,7 @@ conversion_error_callback(void *arg)
|
||||
* Find an equivalence class member expression, all of whose Vars, come from
|
||||
* the indicated relation.
|
||||
*/
|
||||
extern Expr *
|
||||
Expr *
|
||||
find_em_expr_for_rel(EquivalenceClass *ec, RelOptInfo *rel)
|
||||
{
|
||||
ListCell *lc_em;
|
||||
|
Reference in New Issue
Block a user