1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Small cleanups.

This commit is contained in:
Bruce Momjian
1999-03-30 01:37:28 +00:00
parent 4373c4d4fa
commit 0000a0c004
5 changed files with 10 additions and 17 deletions

View File

@ -3,7 +3,7 @@
* spi.c
* Server Programming Interface
*
* $Id: spi.c,v 1.35 1999/03/09 13:39:00 scrappy Exp $
* $Id: spi.c,v 1.36 1999/03/30 01:37:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -49,7 +49,7 @@ extern void ShowUsage(void);
int
SPI_connect()
{
char pname[64];
char pname[64];
PortalVariableMemory pvmem;
/*