summaryrefslogtreecommitdiff
path: root/src/backend/nodes
diff options
context:
space:
mode:
authorDaniel Gustafsson2024-02-13 12:47:12 +0000
committerDaniel Gustafsson2024-02-13 12:47:12 +0000
commitc1fc502f595bc843a603bddd267b249272de485f (patch)
tree7f838dec4391751d0e11e9fa5054af51afc19417 /src/backend/nodes
parente4b88c5fa343ba03e299aa643f0c44120793ddfd (diff)
Skip .DS_Store files in server side utils
The macOS Finder application creates .DS_Store files in directories when opened, which creates problems for serverside utilities which expect all files to be PostgreSQL specific files. Skip these files when encountered in pg_checksums, pg_rewind and pg_basebackup. This was extracted from a larger patchset for skipping hidden files and system files, where the concencus was to just skip these. Since this is equally likely to happen in every version, backpatch to all supported versions. Reported-by: Mark Guertin <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Reviewed-by: Tobias Bussmann <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: v12
Diffstat (limited to 'src/backend/nodes')
0 files changed, 0 insertions, 0 deletions