@ -114,7 +114,7 @@ process_source_file(const char *path, file_type_t type, size_t newsize,
case FILE_TYPE_DIRECTORY :
case FILE_TYPE_DIRECTORY :
if ( exists & & ! S_ISDIR ( statbuf . st_mode ) )
if ( exists & & ! S_ISDIR ( statbuf . st_mode ) )
{
{
/* it's a directory in target, but not in source . Strange.. */
/* it's a directory in source, but not in target . Strange.. */
pg_fatal ( " \" %s \" is not a directory \n " , localpath ) ;
pg_fatal ( " \" %s \" is not a directory \n " , localpath ) ;
}
}
@ -135,7 +135,7 @@ process_source_file(const char *path, file_type_t type, size_t newsize,
)
)
{
{
/*
/*
* It ' s a symbolic link in target , but not in source .
* It ' s a symbolic link in source , but not in target .
* Strange . .
* Strange . .
*/
*/
pg_fatal ( " \" %s \" is not a symbolic link \n " , localpath ) ;
pg_fatal ( " \" %s \" is not a symbolic link \n " , localpath ) ;
@ -354,7 +354,7 @@ process_block_change(ForkNumber forknum, RelFileNode rnode, BlockNumber blkno)
entry = * e ;
entry = * e ;
else
else
entry = NULL ;
entry = NULL ;
free ( path ) ;
p free( path ) ;
if ( entry )
if ( entry )
{
{
@ -530,7 +530,7 @@ print_filemap(void)
* Does it look like a relation data file ?
* Does it look like a relation data file ?
*
*
* For our purposes , only files belonging to the main fork are considered
* For our purposes , only files belonging to the main fork are considered
* relation files . Other forks are alwaye s copied in toto , because we cannot
* relation files . Other forks are always copied in toto , because we cannot
* reliably track changes to them , because WAL only contains block references
* reliably track changes to them , because WAL only contains block references
* for the main fork .
* for the main fork .
*/
*/