1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-09 13:09:39 +03:00
Files
postgres/src
Robert Haas 9888b34fdb Fix more things to be parallel-safe.
Conversion functions were previously marked as parallel-unsafe, since
that is the default, but in fact they are safe.  Parallel-safe
functions defined in pg_proc.h and redefined in system_views.sql were
ending up as parallel-unsafe because the redeclarations were not
marked PARALLEL SAFE.  While editing system_views.sql, mark ts_debug()
parallel safe also.

Andreas Karlsson
2016-05-03 14:36:38 -04:00
..
2016-04-08 20:23:18 -03:00
2016-04-23 16:53:15 -04:00
2016-01-28 16:47:36 +09:00
2016-04-29 09:49:31 -04:00
2016-04-02 13:49:17 -04:00
2016-01-02 13:33:40 -05:00