]> granicus.if.org Git - postgresql/commitdiff
Fix file comment for test_rls_hooks.c
authorStephen Frost <sfrost@snowman.net>
Sat, 25 Apr 2015 00:44:53 +0000 (20:44 -0400)
committerStephen Frost <sfrost@snowman.net>
Sat, 25 Apr 2015 00:44:53 +0000 (20:44 -0400)
The file-level comment wasn't updated when it was copied from the shared
memory queue test module.  Fixed.

Noted by Dean Rasheed.

src/test/modules/test_rls_hooks/test_rls_hooks.c

index f2f87c351a403c29ef5c962b03c02dd2574afbb1..c2122e7981ae093a7c7026a7ab81a8f58bafcfad 100644 (file)
@@ -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
  *