Skip to content

Commit 68ba17d

Browse files
committed
Add comment about sharing of sprompt.c file.
1 parent 6fdc44b commit 68ba17d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/bin/pg_dump/sprompt.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/sprompt.c,v 1.2 2002/09/04 20:31:35 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/sprompt.c,v 1.3 2002/09/11 17:32:37 momjian Exp $
77
*/
88

99
/*
@@ -18,6 +18,11 @@
1818
*
1919
* Returns a malloc()'ed string with the input (w/o trailing newline).
2020
*/
21+
22+
23+
/* This file is shared by psql and pg_dump. */
24+
25+
2126
#include "postgres_fe.h"
2227

2328
#ifdef HAVE_TERMIOS_H

0 commit comments

Comments
 (0)