mirror of https://github.com/citusdata/citus.git
PG18 - Strip decimal fractions from actual rows counts
Add normalization rule to strip trailing decimals from actual row counts for pg18 compatibility Remove citus-tools subproject referencem3hm3t/normalize-sed-actual-rows-decimal
parent
3f9e12e010
commit
b06bde5771
|
@ -325,3 +325,6 @@ s/\| CHECK ([a-zA-Z])(.*)/| CHECK \(\1\2\)/g
|
|||
# supported Postgres version.
|
||||
|
||||
/DEBUG: drop auto-cascades to type [a-zA-Z_]*.pg_temp_[0-9]*/d
|
||||
|
||||
# pg18 change: strip trailing “.00” (or “.0…”) from actual rows counts
|
||||
s/(actual rows=[0-9]+)\.[0-9]+/\1/g
|
||||
|
|
Loading…
Reference in New Issue