On Wed, Mar 28, 2007 at 10:23:09AM +0900, ITAGAKI Takahiro wrote: > Here are two small code clean-up in initdb and win32_shmem. > > pg_char_to_encoding() was redundant in initdb because > pg_valid_server_encoding() returns the same result if the encoding is valid, > > Changes in win32_shmem suppress the following warnings. > | pg_shmem.c: In function `PGSharedMemoryCreate': > | pg_shmem.c:137: warning: long unsigned int format, Size arg (arg 2) > | pg_shmem.c:159: warning: long unsigned int format, Size arg (arg 2) >
When you send two completely unrelated patches, please send them in separate emails. I have applied the win32 shmem part, thanks. Haven't had time to look into the other one. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend