Project

General

Profile

Actions

Bug #8002

closed

Bug #7987: rudder-upgrade takes too long

Merge error in branch 3.1 for fileFormat detection

Added by Nicolas CHARLES about 8 years ago. Updated about 8 years ago.

Status:
Released
Priority:
N/A
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

See parent ticket
replace

 select count(*) from (select xpath('/entry/*[@fileFormat=<?>]',data) AS x from eventlog) as Y where array_upper(x, 1) > 0

by
select count(*) from (select ((xpath('/entry//@fileFormat',data))[1]::text) as id from eventlog) as T where id='?'

Waiting for parent ticket to be merged

Actions

Also available in: Atom PDF