pg_ctl/miscinit: print "MyStartTime" as a long long instead of long to avoid 2038 problem.

2024-09-24 Thread Max Johnson
ecessary for this patch. I look forward to hearing any feedback. This is my first open-source contribution! Thank you, Max Johnson Embedded Linux Engineer I ​ NovaTech, LLC 13555 W. 107th Street | Lenexa, KS 66215 ​ O: 913.451.1880 M: 913.742.4580​ novatechautomation.com<http://www.novate

Re: pg_ctl/miscinit: print "MyStartTime" as a long long instead of long to avoid 2038 problem.

2024-09-26 Thread Max Johnson
you'd like me to do. Thanks again, Max Johnson Embedded Linux Engineer I ​ NovaTech, LLC 13555 W. 107th Street | Lenexa, KS 66215 ​ O: 913.451.1880 M: 913.742.4580​ novatechautomation.com<http://www.novatechautomation.com/> | NovaTechLinkedIn<https://www.linkedin.com/

Re: pg_ctl/miscinit: print "MyStartTime" as a long long instead of long to avoid 2038 problem.

2024-09-26 Thread Max Johnson
Hi Nathan, I think your patch looks good, no objections. I am happy to have contributed. Thanks, Max From: Nathan Bossart Sent: Wednesday, September 25, 2024 1:48 PM To: Max Johnson Cc: t...@sss.pgh.pa.us ; pgsql-hack...@postgresql.org Subject: Re: pg_ctl

Re: pg_ctl/miscinit: print "MyStartTime" as a long long instead of long to avoid 2038 problem.

2024-09-27 Thread Max Johnson
would make things a little easier when that time comes around. Thanks, Max From: Nathan Bossart Sent: Thursday, September 26, 2024 9:38 PM To: Max Johnson Cc: pgsql-hack...@postgresql.org ; t...@sss.pgh.pa.us Subject: Re: pg_ctl/miscinit: print "MyStartTime&