Satoshi Nagayasu

Results 17 issues of Satoshi Nagayasu

When launching an instance in VPC and the subnet, IP address can be specified manually by the user. RunInstance action in EC2 API supports the parameter, "PrivateIpAddress", to specify it....

I just found that "Create New Auto Scaling Group" does not show available ELBs in "Load Balancers (cannot be added or removed later): " section when attempting it in the...

ネタ元はこの辺↓ http://togetter.com/li/668903 https://twitter.com/wrcsus4/status/468196745319428097

README for developers needs to be improved. It should cover following topics: - How to support new PostgreSQL major version. - How to keep the backward compatibility. - How to...

The regression test needs to cover all activities (log records) of all resource managers. Current test suite only covers "Database" and "RelMap". https://github.com/snaga/xlogdump/tree/master/test

All the code coming from the core source tree must be gathered into a single shared file, like xlogdump_port.c, for future convenience of maintenance.

Unit tests should be added to verify output of xlogdump. The unit tests must be organized by "per resource manager" basis to test every resource manager operations. At 9.2, there...

oid2name_to_file() function now allows to retrieve oid-name mapping info from a single database in order to create an oid-name mapping cache file. It needs to be allowed to retrieve oid-name...

print_rmgr_spgist() needs to be implemented to print xlog records associated with RM_SPGIST_ID operations.

print_rmgr_tblspc() needs to be implemented to print xlog records associated with RM_TBLSPC_ID operations.