mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Post-PG 10 beta1 pgindent run
perltidy run not included.
This commit is contained in:
@@ -103,7 +103,7 @@ invalid_input:
|
||||
Datum
|
||||
macaddr8_in(PG_FUNCTION_ARGS)
|
||||
{
|
||||
const unsigned char *str = (unsigned char*) PG_GETARG_CSTRING(0);
|
||||
const unsigned char *str = (unsigned char *) PG_GETARG_CSTRING(0);
|
||||
const unsigned char *ptr = str;
|
||||
macaddr8 *result;
|
||||
unsigned char a = 0,
|
||||
|
||||
Reference in New Issue
Block a user