Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Aug 19, 2022
1 parent 7f5566d commit 909fc44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pgsql/pc_inout.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,6 @@ Datum pc_typmod_in(PG_FUNCTION_ARGS)
{
if (i == 0) /* PCID */
{
// char *s = DatumGetCString(elem_values[i]);
// typmod = pg_atoi(s, sizeof(int32), '\0');

char *s = DatumGetCString(elem_values[i]);
char *endp;

Expand Down

0 comments on commit 909fc44

Please sign in to comment.