| From: | Andreas Karlsson <andreas(at)proxel(dot)se> |
|---|---|
| To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Parallel safety tagging of extension functions |
| Date: | 2016-06-04 00:37:46 |
| Message-ID: | 575222DA.1030109@proxel.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
Here is the patch split into many small patches as you suggested. The
current patches are based on top of the patch which fixes the signatures
for gin and gist functions.
These patches only touch functions which never should be called
directly, so they are fine to skip. I decided to attach them anyway in
case you fell like applying them.
parallel-contrib-v2-bloom.patch.gz
parallel-contrib-v2-btree_gin.patch.gz
parallel-contrib-v2-btree_gist.patch.gz
parallel-contrib-v2-dict_int.patch.gz
parallel-contrib-v2-dict_xsyn.patch.gz
parallel-contrib-v2-file_fdw.patch.gz
parallel-contrib-v2-hstore_plperl.patch.gz
parallel-contrib-v2-hstore_plpython.patch.gz
parallel-contrib-v2-ltree_plpython.patch.gz
parallel-contrib-v2-postgres_fdw.patch.gz
parallel-contrib-v2-tsm_system_rows.patch.gz
parallel-contrib-v2-tsm_system_time.patch.gz
These two mostly concern triggers so i guess they could be skipped too.
parallel-contrib-v2-tcn.patch.gz
parallel-contrib-v2-spi.patch.gz
Andreas
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Noah Misch | 2016-06-04 00:41:33 | Re: Perf Benchmarking and regression. |
| Previous Message | Tom Lane | 2016-06-03 23:13:52 | Re: Number of parentheses in check constraints affected by operator_precedence_warning |