mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
pgindent run before PG 9.1 beta 1.
This commit is contained in:
@ -92,7 +92,7 @@ typedef struct WindowStatePerFuncData
|
||||
int aggno; /* if so, index of its PerAggData */
|
||||
|
||||
WindowObject winobj; /* object used in window function API */
|
||||
} WindowStatePerFuncData;
|
||||
} WindowStatePerFuncData;
|
||||
|
||||
/*
|
||||
* For plain aggregate window functions, we also have one of these.
|
||||
|
Reference in New Issue
Block a user