aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephen Frost <sfrost@snowman.net>2015-04-24 20:44:53 -0400
committerStephen Frost <sfrost@snowman.net>2015-04-24 20:44:53 -0400
commit410cbfd6dd778e8f388fd0d7ee9d84f833700da5 (patch)
tree1e9649759ed49cc674d3f207c850ed22c2dcc376 /src
parente89bd02f58ac07e44e0388a32b7ee1b42f1fd7c6 (diff)
downloadpostgresql-410cbfd6dd778e8f388fd0d7ee9d84f833700da5.tar.gz
postgresql-410cbfd6dd778e8f388fd0d7ee9d84f833700da5.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/test/modules/test_rls_hooks/test_rls_hooks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/modules/test_rls_hooks/test_rls_hooks.c b/src/test/modules/test_rls_hooks/test_rls_hooks.c
index f2f87c351a4..c2122e7981a 100644
--- a/src/test/modules/test_rls_hooks/test_rls_hooks.c
+++ b/src/test/modules/test_rls_hooks/test_rls_hooks.c
@@ -1,7 +1,7 @@
/*--------------------------------------------------------------------------
*
- * test.c
- * Test harness code for shared memory message queues.
+ * test_rls_hooks.c
+ * Code for testing RLS hooks.
*
* Copyright (C) 2015, PostgreSQL Global Development Group
*