mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Cleanup for NAMEDATALEN use.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.80 1997/08/01 04:07:55 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.81 1997/08/03 02:37:58 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -835,7 +835,7 @@ do_copy(const char *args, PsqlSettings * settings)
|
||||
/* The direction of the copy is from a file to a table. */
|
||||
char file[MAXPATHLEN + 1];
|
||||
/* The pathname of the file from/to which we copy */
|
||||
char table[NAMEDATALEN + 1];
|
||||
char table[NAMEDATALEN];
|
||||
/* The name of the table from/to which we copy */
|
||||
bool syntax_error;
|
||||
/* The \c command has invalid syntax */
|
||||
|
Reference in New Issue
Block a user