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:
@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user