From 23bccc823d434d9dcf3c12622fe260d9235baae2 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 22 Jul 2019 10:01:50 +0900 Subject: Fix inconsistencies and typos in the tree This is numbered take 7, and addresses a set of issues with code comments, variable names and unreferenced variables. Author: Alexander Lakhin Discussion: https://postgr.es/m/dff75442-2468-f74f-568c-6006e141062f@gmail.com --- contrib/jsonb_plperl/jsonb_plperlu--1.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/jsonb_plperl') diff --git a/contrib/jsonb_plperl/jsonb_plperlu--1.0.sql b/contrib/jsonb_plperl/jsonb_plperlu--1.0.sql index 5a5e475ad30..aa84b37bef7 100644 --- a/contrib/jsonb_plperl/jsonb_plperlu--1.0.sql +++ b/contrib/jsonb_plperl/jsonb_plperlu--1.0.sql @@ -1,4 +1,4 @@ -/* contrib/json_plperl/jsonb_plperl--1.0.sql */ +/* contrib/jsonb_plperl/jsonb_plperlu--1.0.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION jsonb_plperlu" to load this file. \quit -- cgit v1.2.3