pgsql: Fix pg_rewind to handle relation data files in tablespaces prope

2018-03-05 Thread Fujii Masao
Fix pg_rewind to handle relation data files in tablespaces properly. pg_rewind checks whether each file is a relation data file, from its path. Previously this check logic had the bug which made pg_rewind fail to recognize any relation data files in tablespaces. Which also caused an assertion fail

pgsql: Fix pg_rewind to handle relation data files in tablespaces prope

2018-03-05 Thread Fujii Masao
Fix pg_rewind to handle relation data files in tablespaces properly. pg_rewind checks whether each file is a relation data file, from its path. Previously this check logic had the bug which made pg_rewind fail to recognize any relation data files in tablespaces. Which also caused an assertion fail

pgsql: Fix pg_rewind to handle relation data files in tablespaces prope

2018-03-05 Thread Fujii Masao
Fix pg_rewind to handle relation data files in tablespaces properly. pg_rewind checks whether each file is a relation data file, from its path. Previously this check logic had the bug which made pg_rewind fail to recognize any relation data files in tablespaces. Which also caused an assertion fail

pgsql: Fix pg_rewind to handle relation data files in tablespaces prope

2018-03-05 Thread Fujii Masao
Fix pg_rewind to handle relation data files in tablespaces properly. pg_rewind checks whether each file is a relation data file, from its path. Previously this check logic had the bug which made pg_rewind fail to recognize any relation data files in tablespaces. Which also caused an assertion fail