test_session_hooks--1.0.sql file in 'test_session_hooks' needs correction - Mailing list pgsql-hackers

From Ashutosh Sharma
Subject test_session_hooks--1.0.sql file in 'test_session_hooks' needs correction
Date
Msg-id CAE9k0Pk=eTjyv-dP+xJ+NFu-tY95BuLn+aEYPR=iaM5y=wha7A@mail.gmail.com
Whole thread Raw
Responses Re: test_session_hooks--1.0.sql file in 'test_session_hooks' needs correction  (Michael Paquier <michael.paquier@gmail.com>)
List 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@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

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [HACKERS] Add Roman numeral conversion to to_number
Next
From: Adrian Escoms
Date:
Subject: Re: [HACKERS] Inconsistencies between pg_settings and postgresql.conf