Re: Supporting huge pages on Windows - Mailing list pgsql-hackers

From Tsunakawa, Takayuki
Subject Re: Supporting huge pages on Windows
Date
Msg-id 0A3221C70F24FB45833433255569204D1F6BF225@G01JPEXMBYT05
Whole thread Raw
In response to Supporting huge pages on Windows  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
Responses Re: Supporting huge pages on Windows  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
From: Michael Paquier [mailto:michael.paquier@gmail.com]
> Amit is right, you had better use %zu as we do in all the other places of
> the code dealing with Size variables that are printed. When compiling with
> Visual Studio, Postgres falls back to the implementation of sprintf in
> src/port/snprintf.c so that's not something to worry about.

Thanks, fixed.

Regards
Takayuki Tsunakawa


Attachment

pgsql-hackers by date:

Previous
From: Rafia Sabih
Date:
Subject: Re: parallel explain analyze support not exercised
Next
From: Rushabh Lathia
Date:
Subject: Re: [COMMITTERS] pgsql: Avoid GatherMerge crash when thereare no workers.