Skip to content

Commit

Permalink
[CBRD-25028] Add comments to directives
Browse files Browse the repository at this point in the history
  • Loading branch information
InChijun committed Dec 17, 2024
1 parent 1c324b6 commit c5eb571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/storage/heap_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ static int heap_scancache_end_internal (THREAD_ENTRY * thread_p, HEAP_SCANCACHE
#if defined (ENABLE_UNUSED_FUNCTION)
static SCAN_CODE heap_get_if_diff_chn (THREAD_ENTRY * thread_p, PAGE_PTR pgptr, INT16 slotid, RECDES * recdes,
bool ispeeking, int chn, MVCC_SNAPSHOT * mvcc_snapshot);
#endif
#endif /* ENABLE_UNUSED_FUNCTION */
static int heap_estimate_avg_length (THREAD_ENTRY * thread_p, const HFID * hfid, int &avg_reclen);
static int heap_get_capacity (THREAD_ENTRY * thread_p, const HFID * hfid, INT64 * num_recs, INT64 * num_recs_relocated,
INT64 * num_recs_inovf, INT64 * num_pages, int *avg_freespace, int *avg_freespace_nolast,
Expand Down Expand Up @@ -723,7 +723,7 @@ static DISK_ISVALID heap_chkreloc_next (THREAD_ENTRY * thread_p, HEAP_CHKALL_REL
static int heap_chnguess_initialize (void);
#if defined(ENABLE_UNUSED_FUNCTION)
static int heap_chnguess_realloc (void);
#endif
#endif /* ENABLE_UNUSED_FUNCTION */
static int heap_chnguess_finalize (void);
static int heap_chnguess_decache (const OID * oid);
static int heap_chnguess_remove_entry (const void *oid_key, void *ent, void *xignore);
Expand All @@ -741,7 +741,7 @@ static int heap_stats_del_bestspace_by_vpid (THREAD_ENTRY * thread_p, VPID * vpi
static int heap_stats_del_bestspace_by_hfid (THREAD_ENTRY * thread_p, const HFID * hfid);
#if defined (ENABLE_UNUSED_FUNCTION)
static HEAP_BESTSPACE heap_stats_get_bestspace_by_vpid (THREAD_ENTRY * thread_p, VPID * vpid);
#endif
#endif /* ENABLE_UNUSED_FUNCTION */
static HEAP_STATS_ENTRY *heap_stats_add_bestspace (THREAD_ENTRY * thread_p, const HFID * hfid, VPID * vpid,
int freespace);
static int heap_stats_entry_free (THREAD_ENTRY * thread_p, void *data, void *args);
Expand Down

0 comments on commit c5eb571

Please sign in to comment.