Commit b10a97b8 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Add a comment to regress.c explaining what it contains.

Ian Barwick
parent 8f5dcb56
/* /*------------------------------------------------------------------------
*
* regress.c
* Code for various C-language functions defined as part of the
* regression tests.
*
* This code is released under the terms of the PostgreSQL License.
*
* Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/test/regress/regress.c * src/test/regress/regress.c
*
*-------------------------------------------------------------------------
*/ */
#include "postgres.h" #include "postgres.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment