mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 23:33:27 -05:00
This eliminates the need for inefficient implementions of this functionality in both contrib/dblink and contrib/tablefunc, so remove them. The upcoming patch implementing an in-core format() function will also require this functionality. In passing, add some regression tests. |
||
|---|---|---|
| .. | ||
| data | ||
| expected | ||
| sql | ||
| .gitignore | ||
| Makefile | ||
| tablefunc.c | ||
| tablefunc.h | ||
| tablefunc.sql.in | ||
| uninstall_tablefunc.sql | ||