pgsql: Fix file comment for test_rls_hooks.c

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix file comment for test_rls_hooks.c
Date: 2015-04-25 00:45:05
Message-ID: E1YloDR-0008De-0E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix file comment for test_rls_hooks.c

The file-level comment wasn't updated when it was copied from the shared
memory queue test module. Fixed.

Noted by Dean Rasheed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/410cbfd6dd778e8f388fd0d7ee9d84f833700da5

Modified Files
--------------
src/test/modules/test_rls_hooks/test_rls_hooks.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-04-25 12:58:33 pgsql: Replace backslashes by forward slashes in MSVC build code
Previous Message Stephen Frost 2015-04-25 00:35:18 pgsql: Perform RLS WITH CHECK before constraints, etc