Éric Lemoine 2f6e38a5e3 Make pointcloud_abs_out|in immutable and strict
Type I/O functions should not be volatile. PostgreSQL 9.5 and above include a test for this, yielding this warning when a volatile function is detected:

    WARNING:  type input function pointcloud_abs_in should not be volatile

This commit makes pointcloud_abs_out and pointcloud_abs_in, which are currently empty shells, non-volatile.
2017-04-03 17:47:47 +02:00
..
2013-01-31 11:31:30 -08:00
2017-01-24 16:56:41 +01:00
2013-06-12 17:10:57 -07:00