Remove smartquotes from 20170209 release
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 9 Feb 2017 13:59:31 +0000 (08:59 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 9 Feb 2017 13:59:31 +0000 (08:59 -0500)
update_releases/current/20170209updaterelease.txt

index 59266151fc0b18a4932c35245375a6034c6836e6..ae9dc37cb684840bdf3f849061657b85747b2f35 100644 (file)
@@ -21,7 +21,7 @@ These release contains several fixes to improve the stability of visible data an
 
 Prior to this release, data could be prematurely pruned by a vacuum operation when a special snapshot used for catalog scans was presently available.  Specifically, the vacuum operation would not be aware of the oldest xmin for this special snapshot. The error would surface with a message such as:
 
-    “cache lookup failed for relation 1255”
+    "cache lookup failed for relation 1255"
 
 This release ensures that vacuum operations will account for the catalog scan snapshots.