From 5534ceed7ca22e66e74818baaacb6e3a47c1bb51 Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Tue, 12 Dec 2023 23:21:22 +0000 Subject: [PATCH] fix comment --- scripts/q3c--2.0.0--2.0.1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/q3c--2.0.0--2.0.1.sql b/scripts/q3c--2.0.0--2.0.1.sql index 1f9a683..4836c9a 100644 --- a/scripts/q3c--2.0.0--2.0.1.sql +++ b/scripts/q3c--2.0.0--2.0.1.sql @@ -1,6 +1,6 @@ \echo Use "CREATE EXTENSION q3c" to load this file. \quit -# make functions parallel safe +-- make functions parallel safe CREATE OR REPLACE FUNCTION q3c_ang2ipix(double precision, double precision) RETURNS bigint