Add a new column proiswindow to pg_proc. It doesn't actually do anything
Tom Lane <tgl@sss.pgh.pa.us>
Add a new column proiswindow to pg_proc. It doesn't actually do anything useful yet, but I'm tired of re-merging this aspect of the window functions patch.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +8 −1 |
| src/backend/catalog/pg_proc.c | modified | +3 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_attribute.h | modified | +35 −33 |
| src/include/catalog/pg_class.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +2106 −2104 |
| src/test/regress/expected/opr_sanity.out | modified | +8 −0 |
| src/test/regress/sql/opr_sanity.sql | modified | +5 −0 |