pgsql: Fix file comment for test_rls_hooks.c - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Fix file comment for test_rls_hooks.c
Date
Msg-id E1YloDR-0008De-0E@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Perform RLS WITH CHECK before constraints, etc
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Replace backslashes by forward slashes in MSVC build code