mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 02:35:51 -04:00
If a RowExpr is marked as returning a named composite type, we aren't going to consult its colnames list; we'll use the attribute names shown for the type in pg_attribute. Hence, skip storing that list, to save a few nanoseconds when copying the expression tree around. Discussion: https://postgr.es/m/2950001.1638729947@sss.pgh.pa.us |
||
|---|---|---|
| .. | ||
| Makefile | ||
| rewriteDefine.c | ||
| rewriteHandler.c | ||
| rewriteManip.c | ||
| rewriteRemove.c | ||
| rewriteSearchCycle.c | ||
| rewriteSupport.c | ||
| rowsecurity.c | ||