Merge pull request #207 from elemoine/typos

Fix typos in function declarations
This commit is contained in:
Éric Lemoine 2018-04-30 10:14:24 +02:00 committed by GitHub
commit 5ded34d3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,8 @@ Datum pcpoint_pcid(PG_FUNCTION_ARGS);
Datum pc_version(PG_FUNCTION_ARGS);
Datum pc_pgsql_version(PG_FUNCTION_ARGS);
Datum pc_libxml2_version(PG_FUNCTION_ARGS);
Datum pc_libght_enable(PG_FUNCTION_ARGS);
Datum pc_lazperf_enable(PG_FUNCTION_ARGS);
Datum pc_libght_enabled(PG_FUNCTION_ARGS);
Datum pc_lazperf_enabled(PG_FUNCTION_ARGS);
/* Generic aggregation functions */
Datum pointcloud_agg_transfn(PG_FUNCTION_ARGS);