From 410cbfd6dd778e8f388fd0d7ee9d84f833700da5 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Fri, 24 Apr 2015 20:44:53 -0400 Subject: [PATCH] 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. --- src/test/modules/test_rls_hooks/test_rls_hooks.c | 4 ++-- 1 file 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 *