Skip to content

Commit d7ee665

Browse files
committed
Align prototype in C code.
1 parent ddfc4d1 commit d7ee665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/utils/timestamp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.35 2004/03/22 01:38:18 tgl Exp $
9+
* $PostgreSQL: pgsql/src/include/utils/timestamp.h,v 1.36 2004/05/01 19:25:08 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -252,7 +252,7 @@ extern Datum now(PG_FUNCTION_ARGS);
252252
/* Internal routines (not fmgr-callable) */
253253

254254
extern int tm2timestamp(struct tm * tm, fsec_t fsec, int *tzp, Timestamp *dt);
255-
extern int timestamp2tm(Timestamp dt, int *tzp, struct tm * tm,
255+
extern int timestamp2tm(Timestamp dt, int *tzp, struct tm * tm,
256256
fsec_t *fsec, char **tzn);
257257
extern void dt2time(Timestamp dt, int *hour, int *min, int *sec, fsec_t *fsec);
258258

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy