test_session_hooks--1.0.sql file in 'test_session_hooks' needs correction

From: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: test_session_hooks--1.0.sql file in 'test_session_hooks' needs correction
Date: 2017-11-16 10:49:28
Message-ID: CAE9k0Pk=eTjyv-dP+xJ+NFu-tY95BuLn+aEYPR=iaM5y=wha7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

The test_session_hooks--1.0.sql file in the newly added
'test_session_hooks' module suggests to load the extension named
'test_hook_session' instead of 'test_session_hooks' and i think it needs
to be corrected. Here are the contents available in
test_session_hooks--1.0.sql file.

[ashu(at)localhost test_session_hooks]$ cat test_session_hooks--1.0.sql
/* src/test/modules/test_hook_session/test_hook_session--1.0.sql */

-- complain if script is sourced in psql, rather than via CREATE EXTENSION
\echo Use "CREATE EXTENSION* test_hook_session*" to load this file. \quit

Note : Please ignore this mail if it has already been reported by someone.

--
With Regards,
Ashutosh Sharma
EnterpriseDB:http://www.enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Adrian Escoms 2017-11-16 11:08:35 Re: [HACKERS] Inconsistencies between pg_settings and postgresql.conf
Previous Message Thomas Munro 2017-11-16 10:48:58 Re: [HACKERS] Add Roman numeral conversion to to_number