Changeset: 082c8e89d3d1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/082c8e89d3d1
Modified Files:
        gdk/gdk_orderidx.c
Branch: Aug2024
Log Message:

Indicate what failed.


diffs (11 lines):

diff --git a/gdk/gdk_orderidx.c b/gdk/gdk_orderidx.c
--- a/gdk/gdk_orderidx.c
+++ b/gdk/gdk_orderidx.c
@@ -55,6 +55,7 @@ BATidxsync(void *arg)
                                if (!(ATOMIC_GET(&GDKdebug) & NOSYNCMASK) &&
                                    MT_msync(hp->base, SIZEOF_OID) < 0) {
                                        hp->dirty = true;
+                                       failed = " sync failed";
                                        ((oid *) hp->base)[0] &= ~((oid) 1 << 
24);
                                } else {
                                        failed = ""; /* not failed */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to