Re: rename labels in heapam.c? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: rename labels in heapam.c?
Date
Msg-id 20607.1553288963@sss.pgh.pa.us
Whole thread Raw
In response to rename labels in heapam.c?  (Andres Freund <andres@anarazel.de>)
Responses Re: rename labels in heapam.c?
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> For the umpteenth time I was annoyed by the names of labels in
> heapam.c. It's really not useful to see a 'goto l1;' etc.

Yeah, those label names are uninformative as can be.

> How about renaming l1 to retry_delete_locked, l2 to retry_update_locked,
> l3 to retry_lock_tuple_locked etc? Especially with the subsidiary
> functions for updates and locking, it's not always clear from context
> where the goto jumps to.

Is it practical to get rid of the goto's altogether?  If not,
renaming would be an improvement.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: speeding up planning with partitions
Next
From: Andres Freund
Date:
Subject: Re: rename labels in heapam.c?