1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

pgindent run before 6.3 release, with Thomas' requested changes.

This commit is contained in:
Bruce Momjian
1998-02-26 04:46:47 +00:00
parent 757bf69a2e
commit a32450a585
430 changed files with 12390 additions and 10292 deletions

View File

@@ -31,7 +31,7 @@ TransferError(NXStream * s)
strcpy(lastError, buffer);
}
void *
void *
next_dlopen(char *name)
{
int rld_success;
@@ -60,7 +60,7 @@ next_dlclose(void *handle)
return 0;
}
void *
void *
next_dlsym(void *handle, char *symbol)
{
NXStream *errorStream = OpenError();
@@ -74,7 +74,7 @@ next_dlsym(void *handle, char *symbol)
return (void *) symref;
}
char *
char *
next_dlerror(void)
{
return lastError;

View File

@@ -50,7 +50,7 @@ sigemptyset(int *set)
return (*set = 0);
}
char *
char *
getcwd(char *buf, size_t size)
{
return getwd(buf);