1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

OK, folks, here is the pgindent output.

This commit is contained in:
Bruce Momjian
1998-09-01 04:40:42 +00:00
parent af74855a60
commit fa1a8d6a97
574 changed files with 26509 additions and 24033 deletions

View File

@ -18,11 +18,10 @@
*/
int add_one(int arg);
char16 *concat16(char16 *arg1, char16 *arg2);
char16 *concat16(char16 * arg1, char16 * arg2);
text *copytext(text *t);
bool
c_overpaid(TUPLE t, /* the current instance of EMP */
bool c_overpaid(TUPLE t, /* the current instance of EMP */
int4 limit);
@ -34,7 +33,7 @@ add_one(int arg)
}
char16 *
concat16(char16 *arg1, char16 *arg2)
concat16(char16 * arg1, char16 * arg2)
{
char16 *new_c16 = (char16 *) palloc(sizeof(char16));