@@ -1667,7 +1667,7 @@ toast_delete_datum(Relation rel, Datum value)
16671667HeapTuple toasttup ;
16681668int num_indexes ;
16691669int validIndex ;
1670- SnapshotData SnapshotToast ;
1670+ SnapshotData SnapshotToast ;
16711671
16721672if (!VARATT_IS_EXTERNAL_ONDISK (attr ))
16731673return ;
@@ -1734,7 +1734,7 @@ toastrel_valueid_exists(Relation toastrel, Oid valueid)
17341734int num_indexes ;
17351735int validIndex ;
17361736Relation * toastidxs ;
1737- SnapshotData SnapshotToast ;
1737+ SnapshotData SnapshotToast ;
17381738
17391739/* Fetch a valid index relation */
17401740validIndex = toast_open_indexes (toastrel ,
@@ -1819,7 +1819,7 @@ toast_fetch_datum(struct varlena * attr)
18191819int32 chunksize ;
18201820int num_indexes ;
18211821int validIndex ;
1822- SnapshotData SnapshotToast ;
1822+ SnapshotData SnapshotToast ;
18231823
18241824if (!VARATT_IS_EXTERNAL_ONDISK (attr ))
18251825elog (ERROR ,"toast_fetch_datum shouldn't be called for non-ondisk datums" );
@@ -1998,7 +1998,7 @@ toast_fetch_datum_slice(struct varlena * attr, int32 sliceoffset, int32 length)
19981998int32 chcpyend ;
19991999int num_indexes ;
20002000int validIndex ;
2001- SnapshotData SnapshotToast ;
2001+ SnapshotData SnapshotToast ;
20022002
20032003if (!VARATT_IS_EXTERNAL_ONDISK (attr ))
20042004elog (ERROR ,"toast_fetch_datum_slice shouldn't be called for non-ondisk datums" );
@@ -2094,7 +2094,7 @@ toast_fetch_datum_slice(struct varlena * attr, int32 sliceoffset, int32 length)
20942094init_toast_snapshot (& SnapshotToast );
20952095nextidx = startchunk ;
20962096toastscan = systable_beginscan_ordered (toastrel ,toastidxs [validIndex ],
2097- & SnapshotToast ,nscankeys ,toastkey );
2097+ & SnapshotToast ,nscankeys ,toastkey );
20982098while ((ttup = systable_getnext_ordered (toastscan ,ForwardScanDirection ))!= NULL )
20992099{
21002100/*