Removed one output because integer/double usage differ
This commit is contained in:
parent
ca6a4ff82b
commit
1d1868d97e
@ -95,6 +95,7 @@ main(void)
|
|||||||
sprintf(t, "%s %s", dates[i], times[j]);
|
sprintf(t, "%s %s", dates[i], times[j]);
|
||||||
ts1 = PGTYPEStimestamp_from_asc(t, NULL);
|
ts1 = PGTYPEStimestamp_from_asc(t, NULL);
|
||||||
text = PGTYPEStimestamp_to_asc(ts1);
|
text = PGTYPEStimestamp_to_asc(ts1);
|
||||||
|
if (i != 19 || j != 3) /* timestamp as integer or double differ for this case */
|
||||||
printf("TS[%d,%d]: %s\n",
|
printf("TS[%d,%d]: %s\n",
|
||||||
i, j, errno ? "-" : text);
|
i, j, errno ? "-" : text);
|
||||||
free(text);
|
free(text);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user